This commit is contained in:
Xnot 2024-10-06 22:04:42 -04:00 committed by GitHub
commit 25c2f6786b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 79 additions and 1 deletions

View file

@ -23,6 +23,7 @@ def test_parse_num_to_int():
('unsorted_pretty_formatted_json.json', 1),
('non_ascii_pretty_formatted_json.json', 1),
('pretty_formatted_json.json', 0),
('float_formatting.json', 0),
),
)
def test_main(filename, expected_retval):