From 42e4e71e7fb32e166fe4821566297b4daf6d9a2a Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Fri, 24 Oct 2025 11:23:50 +1000 Subject: Test: Add tests for path handling in rd() function - Test absolute filename with data_path (main bug fix scenario) - Test relative filename with data_path - Test missing XML sidecar error handling - Added pytest as dev dependency --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 859c39e..9f01784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,3 +22,8 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"] +[dependency-groups] +dev = [ + "pytest>=8.3.5", +] + -- cgit v1.2.3