File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11Implement open() for LoggingStore
22LoggingStore is now a generic class.
3- Add _is_open property and setter for WrapperStore
43Use stdout rather than stderr as the default stream for LoggingStore
54Ensure that ZipStore is open before getting or setting any values
65Update equality for LoggingStore and WrapperStore such that the types must be equal.
@@ -10,5 +9,5 @@ Test using Store as a context manager in StoreTests
109Match the errors raised by read only stores in StoreTests
1110Test that a ValueError is raise for invalid byte range syntax in StoreTests
1211Test getsize() and getsize_prefix() in StoreTests
13- Test the error raise for invalid buffer arguments in StoreTests
12+ Test the error raised for invalid buffer arguments in StoreTests
1413Test that data can be written to a store that's not yet open using the store.set method in StoreTests
You can’t perform that action at this time.
0 commit comments