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

Support os.open() #204

Closed
mrbean-bremen opened this issue Jun 11, 2017 · 0 comments · Fixed by #207
Closed

Support os.open() #204

mrbean-bremen opened this issue Jun 11, 2017 · 0 comments · Fixed by #207
Assignees

Comments

@mrbean-bremen
Copy link
Member

Currently, os.open() is supported only for file creation. File reading/writing and directory access shall be added.
This is needed for #194.

@mrbean-bremen mrbean-bremen self-assigned this Jun 11, 2017
mrbean-bremen added a commit to mrbean-bremen/pyfakefs that referenced this issue Jun 11, 2017
mrbean-bremen added a commit to mrbean-bremen/pyfakefs that referenced this issue Jun 11, 2017
mrbean-bremen added a commit to mrbean-bremen/pyfakefs that referenced this issue Jun 11, 2017
- added support for O_RDONLY, O_WRONLY, O_RDWR, O_APPEND, O_TRUNC and O_EXCL (O_CREAT was already implemented)
- added support for opening directories read-only for Posix systems
- fixes pytest-dev#204
jmcgeheeiv pushed a commit that referenced this issue Jun 13, 2017
- added support for O_RDONLY, O_WRONLY, O_RDWR, O_APPEND, O_TRUNC and O_EXCL (O_CREAT was already implemented)
- added support for opening directories read-only for Posix systems
- fixes #204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant