Searched refs:patchfs (Results 1 – 5 of 5) sorted by relevance
81 Patch using fake_filesystem_unittest.patchfs decorator88 from pyfakefs.fake_filesystem_unittest import patchfs90 @patchfs106 @patchfs115 @patchfs(allow_root_user=False)258 # example using patchfs decorator259 @patchfs(modules_to_reload=[example.sut])321 # test code using patchfs decorator322 @patchfs(modules_to_patch={'django.core.files.locks': FakeLocks})
40 :members: patchfs
34 from pyfakefs.fake_filesystem_unittest import Patcher, Pause, patchfs46 @patchfs335 @patchfs343 @patchfs(modules_to_patch={
86 def patchfs(additional_skip_names=None, function
35 * Added convenience decorator `patchfs` to patch single functions using