summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-14 03:38:03 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-14 03:38:03 (GMT)
commit3c0d8a1cc728a92671a9f3d4cbf6636453707385 (patch)
tree8aa66aa9741888b7613c518664f607308aa1670a /Lib/test/support.py
parentfec3ad103613b46c9821f210581efca6fedcb9a9 (diff)
downloadcpython-3c0d8a1cc728a92671a9f3d4cbf6636453707385.zip
cpython-3c0d8a1cc728a92671a9f3d4cbf6636453707385.tar.gz
cpython-3c0d8a1cc728a92671a9f3d4cbf6636453707385.tar.bz2
#5723: Improve json tests to be executed with and without accelerations.
Diffstat (limited to 'Lib/test/support.py')
-rw-r--r--Lib/test/support.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py
index dcfadea..baafcc3 100644
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -116,8 +116,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