mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
this works correctly in py3 already
This commit is contained in:
parent
77aa6a7176
commit
d71b2c1f44
1 changed files with 0 additions and 1 deletions
|
@ -363,7 +363,6 @@ class ExceptionalTestCase(ContextmanagerAssertionMixin, unittest.TestCase):
|
|||
self.assertAfterWithManagerInvariantsWithError(cm)
|
||||
self.assertAfterWithGeneratorInvariantsWithError(self.resource)
|
||||
|
||||
@unittest.expectedFailure
|
||||
def testExceptionNormalized(self):
|
||||
cm = mock_contextmanager_generator()
|
||||
def shouldThrow():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue