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 3e82f1d commit ac6a427Copy full SHA for ac6a427
pyproject.toml
@@ -127,8 +127,8 @@ dependencies = [
127
"secp256k1",
128
]
129
[tool.hatch.envs.testing.scripts]
130
-test = "pytest {args:tests}"
131
-test-cov = "pytest --cov {args:tests}"
+test = "pytest {args:} ./src/ ./tests/ ./examples/"
+test-cov = "pytest --cov {args:} ./src/ ./tests/ ./examples/"
132
cov-report = [
133
"- coverage combine",
134
"coverage report",
0 commit comments