We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b96a2 commit 1829acaCopy full SHA for 1829aca
1 file changed
Lib/test/test_patma.py
@@ -2974,7 +2974,6 @@ def test_union_type_match_second_member(self):
2974
self.assertEqual(w, 0)
2975
2976
2977
-
2978
class TestSyntaxErrors(unittest.TestCase):
2979
2980
def assert_syntax_error(self, code: str):
@@ -3316,6 +3315,7 @@ def test_mapping_pattern_duplicate_key_edge_case3(self):
3316
3315
pass
3317
""")
3318
+
3319
class TestTypeErrors(unittest.TestCase):
3320
3321
def test_generic_type(self):
@@ -3512,7 +3512,6 @@ def test_expanded_union_mirrors_isinstance_failure(self):
3512
self.assertIsInstance(result, TypeError)
3513
self.assertIsInstance(reference, TypeError)
3514
3515
3516
def test_union_type_mirrors_isinstance_success(self):
3517
t = int | list[int]
3518
0 commit comments