HomeSort by relevance Sort by last modified time
    Searched refs:create_mock (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/test/test_importlib/import_/
test_caching.py 53 def create_mock(self, *names, return_=None): member in class:ImportlibUseCache
66 with self.create_mock('module') as mock:
74 with self.create_mock('pkg.__init__', 'pkg.module') as importer:
84 with self.create_mock('pkg.__init__', 'pkg.module') as importer:
  /external/pdfium/third_party/pymock/
mock.py 1921 def create_mock(self): member in class:MagicProxy
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 1860 def create_mock(self): member in class:MagicProxy
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 1901 def create_mock(self): member in class:MagicProxy
    [all...]

Completed in 440 milliseconds