We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40a620 commit a443a0bCopy full SHA for a443a0b
Lib/test/test_types.py
@@ -637,8 +637,6 @@ def test_none_type(self):
637
638
class UnionTests(unittest.TestCase):
639
640
- # TODO: RUSTPYTHON
641
- @unittest.expectedFailure
642
def test_or_types_operator(self):
643
self.assertEqual(int | str, typing.Union[int, str])
644
self.assertNotEqual(int | list, typing.Union[int, str])
0 commit comments