Skip to content

Commit c944d25

Browse files
committed
Add testpaths configuration to pytest in pyproject.toml for improved test organization
1 parent 2b1626d commit c944d25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ profile = "black"
6868
line_length = 100
6969

7070
[tool.pytest.ini_options]
71+
testpaths = ["tests"]
7172
markers = [
7273
"functional: marks tests that require pretrained weights (deselect with '-m \"not functional\"')",
7374
"network: marks tests that may need internet access on first run (deselect with '-m \"not network\"')",

0 commit comments

Comments
 (0)