Skip to content

Commit

Permalink
DOC: pre-release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shilorigins committed Nov 15, 2024
1 parent 07e2d8d commit d65e4af
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
104 parametrize filestore backend fixture
#################

API Breaks
----------
- the filestore_backend fixture requires parametrization using 'db/filestore.json' to match prior behaviour
- the linac_data fixture returns a Root rather than a tuple of Entries
- the comparison_linac_snapshot fixture has been renamed, and returns a Root containing the entries from linac_data in addition to its comparison snapshot

Features
--------
- make the filestore_backend fixture accept pytest parametrized args
- args can be a file path, functions that return a Root or Iterable[Entry], or function names resolvable in conftest.py

Bugfixes
--------
- N/A

Maintenance
-----------
- N/A

Contributors
------------
- shilorigins

0 comments on commit d65e4af

Please sign in to comment.