We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a62396 commit 5ac2ac0Copy full SHA for 5ac2ac0
1 file changed
hatch.toml
@@ -71,6 +71,8 @@ matrix.deps.python = [
71
{ if = ["stable"], value = "3.12" },
72
]
73
74
+
75
[envs.hatch-test.scripts]
76
+# Simplified commands - PYTEST_ADDOPTS will add the junitxml flag
77
run = "python -m pytest --color=yes --cov --cov-append --cov-report=xml --cov-config=pyproject.toml --ignore docs/ {args:-vv}"
78
run-cov = "python -m pytest --color=yes --cov --cov-append --cov-report=xml --cov-config=pyproject.toml --ignore docs/ {args:-vv}"
0 commit comments