How to share fakefs between subprocesses #740
Answered
by
mrbean-bremen
AliyevH
asked this question in
Limitations
-
Hi. How to share fakefs mocked file between subprocesses? Changes made in subprocess will not be seen by main process. For example.
|
Beta Was this translation helpful? Give feedback.
Answered by
mrbean-bremen
Oct 19, 2022
Replies: 1 comment 1 reply
-
Unfortuantely, this is not possible. The file system lives completely in memory, and there is currently no mechanism to share it between processes. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AliyevH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortuantely, this is not possible. The file system lives completely in memory, and there is currently no mechanism to share it between processes.
See also the limitations regarding
subprocess
.