mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
#5723: Improve json tests to be executed with and without accelerations.
This commit is contained in:
parent
720f8dea19
commit
e3992eb743
20 changed files with 271 additions and 213 deletions
|
|
@ -120,8 +120,8 @@ def import_fresh_module(name, fresh=(), blocked=(), deprecated=False):
|
|||
|
||||
If deprecated is True, any module or package deprecation messages
|
||||
will be suppressed."""
|
||||
# NOTE: test_heapq and test_warnings include extra sanity checks to make
|
||||
# sure that this utility function is working as expected
|
||||
# NOTE: test_heapq, test_json, and test_warnings include extra sanity
|
||||
# checks to make sure that this utility function is working as expected
|
||||
with _ignore_deprecated_imports(deprecated):
|
||||
# Keep track of modules saved for later restoration as well
|
||||
# as those which just need a blocking entry removed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue