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 894fa5b commit cda1924Copy full SHA for cda1924
Lib/test/test_reprlib.py
@@ -318,8 +318,6 @@ class bar:
318
# Module name may be prefixed with "test.", depending on how run.
319
self.assertEqual(repr(bar.bar), "<class '%s.bar'>" % bar.__name__)
320
321
- # TODO: RUSTPYTHON
322
- @unittest.expectedFailure
323
def test_instance(self):
324
self._check_path_limitations('baz')
325
write_file(os.path.join(self.subpkgname, 'baz.py'), '''\
@@ -332,8 +330,6 @@ class baz:
332
330
self.assertTrue(repr(ibaz).startswith(
333
331
"<%s.baz object at 0x" % baz.__name__))
334
335
336
337
def test_method(self):
338
self._check_path_limitations('qux')
339
eq = self.assertEqual
0 commit comments