-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support fakefs "pause and resume" #448
Comments
@majuscule - please check if this works for you. |
Functionality is implemented in the released version - closing. |
Looks perfect! Thank you. I don't actually see a release out though? with fs.pause():
# my syscalls |
This should be in the latest release (3.5.3), and had already been added in 3.5.2. |
Whoops, my mistake. Thanks! |
- added usage documentation - see #448
Feature request to support "pausing" and "resuming" use of the fakefs, allowing for a test process to run code that the fakefs does not support, then adding new data to the fakefs from the real fs upon resumption.
The text was updated successfully, but these errors were encountered: