From d65e4aff7c78bb3ac3d149d95414d2f8c4b24c29 Mon Sep 17 00:00:00 2001 From: Devan Agrawal Date: Thu, 14 Nov 2024 11:52:08 -0800 Subject: [PATCH] DOC: pre-release notes --- ...-parametrize_filestore_backend_fixture.rst | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/source/upcoming_release_notes/104-parametrize_filestore_backend_fixture.rst diff --git a/docs/source/upcoming_release_notes/104-parametrize_filestore_backend_fixture.rst b/docs/source/upcoming_release_notes/104-parametrize_filestore_backend_fixture.rst new file mode 100644 index 0000000..cb2bb3b --- /dev/null +++ b/docs/source/upcoming_release_notes/104-parametrize_filestore_backend_fixture.rst @@ -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