summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_default.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.10] gh-100160: Remove any deprecation warnings in ↵Serhiy Storchaka2023-01-131-0/+11
| | | | | | | | | asyncio.get_event_loop() (GH-100412) (GH-100970) Some deprecation warnings will reappear (in a slightly different form) in 3.12. Co-authored-by: Guido van Rossum <guido@python.org>. (cherry picked from commit 1b2459dc64b1c3eea89312ea9bf422f8d7c75bb2)
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+12
them discoverable by unittest. Patch by Zachary Ware.