Home
last modified time | relevance | path

Searched refs:mock_contextmanager (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_with.py31 def mock_contextmanager(func): function
43 @mock_contextmanager
318 mock_contextmanager = mock_contextmanager_generator()
319 mock_nested = MockNested(mock_contextmanager)
321 self.assertInWithManagerInvariants(mock_contextmanager)
323 self.assertAfterWithManagerInvariantsNoError(mock_contextmanager)
/external/python/cpython2/Lib/test/
Dtest_with.py32 def mock_contextmanager(func): function
44 @mock_contextmanager
313 mock_contextmanager = mock_contextmanager_generator()
314 mock_nested = MockNested(mock_contextmanager)
316 self.assertInWithManagerInvariants(mock_contextmanager)
318 self.assertAfterWithManagerInvariantsNoError(mock_contextmanager)