Skip to content

Commit 4489f8d

Browse files
committed
chore: fix collector config
1 parent 519e8ff commit 4489f8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ dev = [
3232
markers = [
3333
"integration: marks tests as integration tests (require external dependencies like running fnOS service)",
3434
]
35+
testpaths = ["tests", "."]
36+
python_files = ["test_*.py", "*_test.py"]
37+
python_classes = ["Test*"]
38+
python_functions = ["test_*"]

0 commit comments

Comments
 (0)