Move unit tests to their own sub-dir in tests
This commit is contained in:
parent
62b414af3c
commit
d08d4cd325
35 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue