Skip to content

Commit 5e16b3d

Browse files
authored
Update 2693.bugfix.rst
1 parent 1587fd1 commit 5e16b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changes/2693.bugfix.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Implement open() for LoggingStore
22
LoggingStore is now a generic class.
33
Use stdout rather than stderr as the default stream for LoggingStore
44
Ensure that ZipStore is open before getting or setting any values
5-
Update equality for LoggingStore and WrapperStore such that the types must be equal.
5+
Update equality for LoggingStore and WrapperStore such that 'other' must also be a LoggingStore or WrapperStore respectively, rather than only checking the types of the stores they wrap.
66
Indicate StoreTest's `test_store_repr`, `test_store_supports_writes`, `test_store_supports_partial_writes`, and `test_store_supports_listing` need to be implemented using `@abstractmethod` rather than `NotImplementedError`.
77
Separate instantiating and opening a store in StoreTests
88
Test using Store as a context manager in StoreTests
99
Match the errors raised by read only stores in StoreTests
1010
Test that a ValueError is raise for invalid byte range syntax in StoreTests
1111
Test getsize() and getsize_prefix() in StoreTests
1212
Test the error raised for invalid buffer arguments in StoreTests
13-
Test that data can be written to a store that's not yet open using the store.set method in StoreTests
13+
Test that data can be written to a store that's not yet open using the store.set method in StoreTests

0 commit comments

Comments
 (0)