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
In Unix OSes, trying to create a file in a read-only directory should throw an IOError (permission error), but it does not. Note that under Windows this shall not be the case.
The text was updated successfully, but these errors were encountered:
- raise exception if trying to create file in read-only directory under Posix OS
- fixed assertRaisesIOError and assertRaisesOSError
- never allow adding of already existing file or directory
- do not allow FakeFile without filesystem
- fixes#203
In Unix OSes, trying to create a file in a read-only directory should throw an IOError (permission error), but it does not. Note that under Windows this shall not be the case.
The text was updated successfully, but these errors were encountered: