We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953c393 commit 6582ca0Copy full SHA for 6582ca0
pyproject.toml
@@ -41,6 +41,7 @@ useLibraryCodeForTypes = true
41
42
[tool.pytest.ini_options]
43
addopts = "--cov=bioimageio --cov-report=xml --cov-append --capture=no --doctest-modules --failed-first --ignore=dogfood"
44
+testpaths = ["bioimageio/core", "tests"]
45
46
[tool.ruff]
47
line-length = 88
0 commit comments