Searched refs:modules_to_reload (Results 1 – 6 of 6) sorted by relevance
102 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 TestCaseMixin262 modules_to_reload: Optional[List[ModuleType]] = None,287 if modules_to_reload is None:288 modules_to_reload = self.modules_to_reload293 modules_to_reload=modules_to_reload,309 modules_to_reload: Optional[List[ModuleType]] = None,[all …]
308 modules_to_reload subsection391 containing the code shall be added to the ``modules_to_reload`` argument (a407 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 that621 (which they basically are), and can only be handled using :ref:`modules_to_reload`.
32 documented above under ``modules_to_reload``.
31 patcher = Patcher(modules_to_reload=[example])
40 with Patcher(modules_to_reload=[example]) as patcher:
314 self.setUpPyfakefs(modules_to_reload=[pyfakefs.tests.import_as_example])