We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1626d commit c944d25Copy full SHA for c944d25
pyproject.toml
@@ -68,6 +68,7 @@ profile = "black"
68
line_length = 100
69
70
[tool.pytest.ini_options]
71
+testpaths = ["tests"]
72
markers = [
73
"functional: marks tests that require pretrained weights (deselect with '-m \"not functional\"')",
74
"network: marks tests that may need internet access on first run (deselect with '-m \"not network\"')",
0 commit comments