Skip to content

Commit 90db2cd

Browse files
committed
define test path in toml
1 parent fc13f22 commit 90db2cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quaddtype/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ strict_equality_for_none = true
5555
exclude = ["build", "numpy_quaddtype/src", "subprojects", "tests"]
5656
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
5757
warn_unreachable = false
58+
59+
[tool.pytest.ini_options]
60+
testpaths = ["tests"]
61+
norecursedirs = ["subprojects", "build", ".mesonpy*"]

0 commit comments

Comments
 (0)