Home
last modified time | relevance | path

Searched refs:modules_to_reload (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py102 modules_to_reload: Optional[List[ModuleType]] = None,
129 modules_to_reload=modules_to_reload,
165 modules_to_reload: Optional[List[ModuleType]] = None,
184 modules_to_reload=modules_to_reload,
246 modules_to_reload: Optional[List[ModuleType]] = None variable in TestCaseMixin
262 modules_to_reload: Optional[List[ModuleType]] = None,
287 if modules_to_reload is None:
288 modules_to_reload = self.modules_to_reload
293 modules_to_reload=modules_to_reload,
309 modules_to_reload: Optional[List[ModuleType]] = None,
[all …]
/aosp_15_r20/external/python/pyfakefs/docs/
Dusage.rst308 modules_to_reload subsection
391 containing the code shall be added to the ``modules_to_reload`` argument (a
407 self.setUpPyfakefs(modules_to_reload=[example.sut])
425 with Patcher(modules_to_reload=[example.sut]) as patcher:
432 @patchfs(modules_to_reload=[example.sut])
595 You could also use the :ref:`modules_to_reload` option with the module that
621 (which they basically are), and can only be handled using :ref:`modules_to_reload`.
Dtroubleshooting.rst32 documented above under ``modules_to_reload``.
/aosp_15_r20/external/python/pyfakefs/pyfakefs/pytest_tests/
Dconftest.py31 patcher = Patcher(modules_to_reload=[example])
Dpytest_fixture_test.py40 with Patcher(modules_to_reload=[example]) as patcher:
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_unittest_test.py314 self.setUpPyfakefs(modules_to_reload=[pyfakefs.tests.import_as_example])