Searched refs:mock_modules (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/test_importlib/import_/ | ||
D | test___package__.py | 38 with self.mock_modules('pkg.__init__', 'pkg.fake') as importer: |
D | test_meta_path.py | 72 with self.mock_modules(mod_name) as importer: |
D | test_caching.py | 55 mock = util.mock_modules(*names) |
/third_party/python/Lib/test/test_importlib/ | ||
D | util.py | 256 class mock_modules(_ImporterMock): class |