diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-08 12:03:45 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-08 12:03:45 (GMT) |
commit | 66f2ea042acf792bf6ff432f409628e1cec99e43 (patch) | |
tree | 9d7e5a24d3f26eeeb63a0f00fa4758b5dde8d099 /Makefile.pre.in | |
parent | 0d2d2b83935a516235f4dbce25aefad789d088cf (diff) | |
download | cpython-66f2ea042acf792bf6ff432f409628e1cec99e43.zip cpython-66f2ea042acf792bf6ff432f409628e1cec99e43.tar.gz cpython-66f2ea042acf792bf6ff432f409628e1cec99e43.tar.bz2 |
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 73988b2..dc895c0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1036,7 +1036,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/namespace_pkgs/module_and_namespace_package/a_test \ collections concurrent concurrent/futures encodings \ email email/mime test/test_email test/test_email/data \ - html json test/json_tests http dbm xmlrpc \ + html json test/test_json http dbm xmlrpc \ sqlite3 sqlite3/test \ logging csv wsgiref urllib \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ |