Skip to content

Commit b509067

Browse files
committed
Fix testpaths
1 parent 052574d commit b509067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ write_template = "__version__ = '{}'"
5252
[tool.pytest.ini_options]
5353
addopts = "-ra"
5454
testpaths = [
55-
"QuantSI/tests",
55+
"tests",
5656
]

0 commit comments

Comments
 (0)