You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some libraries that can be made to work with pyfakefs if adding some specific patches. This includes django (file locking, described as an example in the documentation), pandas (at least from_csv can be made to work, see #528), and probably more.
It could be helpful to automatically add these patches if the libraries are installed, with the option to disable this if not wanted.
The text was updated successfully, but these errors were encountered:
There are some libraries that can be made to work with pyfakefs if adding some specific patches. This includes django (file locking, described as an example in the documentation), pandas (at least
from_csv
can be made to work, see #528), and probably more.It could be helpful to automatically add these patches if the libraries are installed, with the option to disable this if not wanted.
The text was updated successfully, but these errors were encountered: