Searched refs:MockContextManager (Results 1 – 2 of 2) sorted by relevance
13 class MockContextManager(_GeneratorContextManager): class33 return MockContextManager(func, args, kwds)
14 class MockContextManager(GeneratorContextManager): class34 return MockContextManager(func(*args, **kwds))