-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07e2d8d
commit d65e4af
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
docs/source/upcoming_release_notes/104-parametrize_filestore_backend_fixture.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |