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
test_unlink_non_directory creates a normal file immutable and then tries to unlink something from it. Tahoe.unlink fails with NotADirectoryError and _MemoryTahoe fails with NotWriteableError. Both are true so neither is strictly wrong but being consistent would be better.
Since we have no API for creating a non-directory mutable, there's no way to set up a test scenario where only NotADirectoryError would be the correct result.
The text was updated successfully, but these errors were encountered:
test_unlink_non_directory
creates a normal file immutable and then tries to unlink something from it.Tahoe.unlink
fails withNotADirectoryError
and_MemoryTahoe
fails withNotWriteableError
. Both are true so neither is strictly wrong but being consistent would be better.Since we have no API for creating a non-directory mutable, there's no way to set up a test scenario where only
NotADirectoryError
would be the correct result.The text was updated successfully, but these errors were encountered: