mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
remove duplicate test
This commit is contained in:
parent
8c826b77e0
commit
f1cccaa6b2
1 changed files with 0 additions and 9 deletions
|
|
@ -283,15 +283,6 @@ class NestedNonexceptionalTestCase(unittest.TestCase,
|
|||
with Nested(mock_contextmanager_generator()):
|
||||
pass
|
||||
|
||||
def testSingleArgUnbound(self):
|
||||
mock_contextmanager = mock_contextmanager_generator()
|
||||
mock_nested = MockNested(mock_contextmanager)
|
||||
with mock_nested:
|
||||
self.assertInWithManagerInvariants(mock_contextmanager)
|
||||
self.assertInWithManagerInvariants(mock_nested)
|
||||
self.assertAfterWithManagerInvariantsNoError(mock_contextmanager)
|
||||
self.assertAfterWithManagerInvariantsNoError(mock_nested)
|
||||
|
||||
def testSingleArgBoundToNonTuple(self):
|
||||
m = mock_contextmanager_generator()
|
||||
# This will bind all the arguments to nested() into a single list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue