this works correctly in py3 already
This commit is contained in:
parent
77aa6a7176
commit
d71b2c1f44
|
@ -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…
Reference in New Issue