Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions commentjson/tests/test_json/test_decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ def test_string_with_utf8_bom(self):
'test case is not supported by commentjson.'))
def test_negative_index(self):
pass

@unittest.skipIf(version >= (3, 12),
'Infinity as a value is not supported yet')
def test_parse_constant(self):
pass