pytest-dev / pyfakefs

Provides a fake file system that mocks the Python file system modules.
https://pytest-pyfakefs.readthedocs.io
Apache License 2.0
645 stars 89 forks source link

Handle other pathlib.Path.open calls in read_text, read_bytes, write_text and write_bytes #1022

Closed sassanh closed 4 months ago

sassanh commented 4 months ago

Describe the changes

The related issue or a description of the bug or feature that this PR addresses.

Tasks

sassanh commented 4 months ago

I removed [WIP].