We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519e8ff commit 4489f8dCopy full SHA for 4489f8d
pyproject.toml
@@ -32,3 +32,7 @@ dev = [
32
markers = [
33
"integration: marks tests as integration tests (require external dependencies like running fnOS service)",
34
]
35
+testpaths = ["tests", "."]
36
+python_files = ["test_*.py", "*_test.py"]
37
+python_classes = ["Test*"]
38
+python_functions = ["test_*"]
0 commit comments