summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_json/test_float.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926)František Nesveda2022-12-201-1/+2
|
* #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ↵Ezio Melotti2013-08-081-0/+33
them discoverable by unittest. Patch by Zachary Ware.