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 e082763 commit 5894a25Copy full SHA for 5894a25
pyproject.toml
@@ -137,3 +137,6 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
137
138
[tool.coverage.run]
139
include = ["src/bloqade/*"]
140
+
141
+[tool.pytest.ini_options]
142
+testpaths = "test/"
0 commit comments