summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-14 03:24:53 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-14 03:24:53 (GMT)
commite3992eb7430101f5bc6725d5f74290777a2ef939 (patch)
tree8300fe6afce165f52da14b5229cdb4ec50161602 /Lib/test/test_support.py
parent720f8dea196640a053135f31be89b652d685e55c (diff)
downloadcpython-e3992eb7430101f5bc6725d5f74290777a2ef939.zip
cpython-e3992eb7430101f5bc6725d5f74290777a2ef939.tar.gz
cpython-e3992eb7430101f5bc6725d5f74290777a2ef939.tar.bz2
#5723: Improve json tests to be executed with and without accelerations.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r--Lib/test/test_support.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py
index 04ab443..e237709 100644
--- a/Lib/test/test_support.py
+++ b/Lib/test/test_support.py
@@ -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