-
Notifications
You must be signed in to change notification settings - Fork 91
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
Mock out xattr calls #423
Comments
There has been no need for these so far, it seems, but if needed, we can add support for that, of course. I may have a look at this sometime later - I don't have much free time at the moment. |
- added support for reading/writing arbitrary extended attributes (Linux / Python 3 only) - Note: support for extended fs attributes is assumed, not checked - see pytest-dev#423
- added support for reading/writing arbitrary extended attributes (Linux / Python 3 only) - Note: support for extended fs attributes is assumed, not checked - see #423
@dtangster - can you please check if the implementation in master works for you? |
Closing as fixed with #426 - please reopen if this is not sufficient. |
pyfakefs doesn't seem mock out calls like
os.getxattr
,os.listxattr
,os.setxattr
, etc.Are there plans to support this in the future?
The text was updated successfully, but these errors were encountered: