Skip to content

Commit 0d6eccf

Browse files
committed
Comprehensive changelog entry
1 parent ca83bd6 commit 0d6eccf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changes/2693.bugfix.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Implement open() for LoggingStore
2+
LoggingStore is now a generic class.
3+
Add _is_open property and setter for WrapperStore
4+
Use stdout rather than stderr as the default stream for LoggingStore
5+
Ensure that ZipStore is open before getting or setting any values
6+
Update equality for LoggingStore and WrapperStore such that the types must be equal.
7+
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`.
8+
Separate instantiating and opening a store in StoreTests
9+
Test using Store as a context manager in StoreTests
10+
Match the errors raised by read only stores in StoreTests
11+
Test that a ValueError is raise for invalid byte range syntax in StoreTests
12+
Test getsize() and getsize_prefix() in StoreTests
13+
Test the error raise for invalid buffer arguments in StoreTests
14+
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)