diff options
| author | Sam Scholten | 2025-10-24 11:23:50 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-10-24 11:23:50 +1000 |
| commit | 42e4e71e7fb32e166fe4821566297b4daf6d9a2a (patch) | |
| tree | 2b754997da3f13654a9dbaf49d8825791a5cf3d7 /pyproject.toml | |
| parent | 89aab509ccb0a30aa7f02c154a2a91506db7ba6d (diff) | |
| download | transivent-42e4e71e7fb32e166fe4821566297b4daf6d9a2a.tar.gz transivent-42e4e71e7fb32e166fe4821566297b4daf6d9a2a.zip | |
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
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
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", +] + |
