Skip to content
Snippets Groups Projects
Commit 37efc998 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

extra tests

parent caa0e437
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,7 @@ class TestMiniJSON(unittest.TestCase):
self.assertLoadingIsDecodingError(b'\x00\x01')
self.assertLoadingIsDecodingError(b'\x00\x01\xFF')
self.assertLoadingIsDecodingError(b'\x81\xFF')
self.assertLoadingIsDecodingError(b'\x0B\x03\x04name\x84land')
def test_loads(self):
a = loads(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment