Move unit tests to their own sub-dir in tests

This commit is contained in:
Julian Stirling 2025-12-18 17:08:02 +00:00
parent 62b414af3c
commit d08d4cd325
35 changed files with 6 additions and 7 deletions

View file

@ -94,7 +94,7 @@ addopts = [
norecursedirs = [".git", "build", "node_modules"]
pythonpath = ["."]
testpaths = ["tests"]
testpaths = ["tests/unit_tests"]
[tool.ruff.format]
# Use native line endings for all files