We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413e825 commit 2f4000bCopy full SHA for 2f4000b
Lib/test/test_json/__init__.py
@@ -41,6 +41,8 @@ def test_pyjson(self):
41
'json.encoder')
42
43
class TestCTest(CTest):
44
+ # TODO: RUSTPYTHON
45
+ @unittest.expectedFailure
46
def test_cjson(self):
47
self.assertEqual(self.json.scanner.make_scanner.__module__, '_json')
48
self.assertEqual(self.json.decoder.scanstring.__module__, '_json')
Lib/test/test_json/test_speedups.py
@@ -62,6 +62,8 @@ def bad_encoder2(*args):
62
with self.assertRaises(ZeroDivisionError):
63
enc('spam', 4)
64
65
66
67
def test_bad_markers_argument_to_encoder(self):
68
# https://bugs.python.org/issue45269
69
with self.assertRaisesRegex(
0 commit comments