Skip to content

Commit

Permalink
add news fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Apr 29, 2021
1 parent 97fb12a commit ee36da0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions news.d/api/1302.new.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Add some new helpers to `plover_build_utils.testing`:
- `dictionary_test`: tortures tests for dictionary implementations.
- `make_dict`: create a temporary dictionary.
- `parametrize`: parametrize helper for tracking test data source line numbers.
3 changes: 3 additions & 0 deletions news.d/bugfix/1302.core.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix 2 corner cases when handling dictionaries:
- If the class implementation is marked as read-only, then loading from a writable file should still result in a read-only dictionary.
- Don't allow `clear` on a read-only dictionary.

0 comments on commit ee36da0

Please sign in to comment.