summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_pass2.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-241-1/+1
|
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+18
them discoverable by unittest. Patch by Zachary Ware.