Skip to content
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

Patch known libraries where possible #531

Closed
mrbean-bremen opened this issue Jun 8, 2020 · 1 comment
Closed

Patch known libraries where possible #531

mrbean-bremen opened this issue Jun 8, 2020 · 1 comment

Comments

@mrbean-bremen
Copy link
Member

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.

mrbean-bremen added a commit to mrbean-bremen/pyfakefs that referenced this issue Jun 13, 2020
- support for read_csv and read_excel (with the default module)
- see pytest-dev#531
@mrbean-bremen
Copy link
Member Author

Has been implemented for Pandas and django, more may be added on demand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant