Skip to content

Commit 0c895d1

Browse files
authored
Some release note improvements (#2775)
* Fix release note filename * Split big release note into lots of smaller ones * Fix code syntax
1 parent b5016c0 commit 0c895d1

15 files changed

+15
-13
lines changed
File renamed without changes.

changes/2693.bugfix.1.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Match the errors raised by read only stores in StoreTests.

changes/2693.bugfix.2.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use stdout rather than stderr as the default stream for LoggingStore.

changes/2693.bugfix.3.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensure that ZipStore is open before getting or setting any values.

changes/2693.bugfix.4.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
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.

changes/2693.bugfix.rst

-13
This file was deleted.

changes/2693.feature.1.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Implemented open() for LoggingStore.

changes/2693.feature.2.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LoggingStore is now a generic class.

changes/2693.feature.3.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Change StoreTest's ``test_store_repr``, ``test_store_supports_writes``,
2+
``test_store_supports_partial_writes``, and ``test_store_supports_listing``
3+
to to be implemented using ``@abstractmethod``, rather raising ``NotImplementedError``.

changes/2693.feature.4.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Separate instantiating and opening a store in StoreTests.

changes/2693.feature.5.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a test for using Stores as a context managers in StoreTests.

changes/2693.feature.6.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test that a ValueError is raised for invalid byte range syntax in StoreTests.

changes/2693.feature.7.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test getsize() and getsize_prefix() in StoreTests.

changes/2693.feature.8.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test the error raised for invalid buffer arguments in StoreTests.

changes/2693.feature.9.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
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)