Skip to content

Commit

Permalink
reruns
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Aug 2, 2024
1 parent e00e585 commit 120ed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ prep-release = [
pypath = "hatch run python -c 'import sys; print(sys.executable)'"
secrets = "pre-commit run gitleaks --all-files"
test = "pytest tests {args}"
test-integration = "pytest -vs tests/integration {args}"
test-integration = "pytest -vs --reruns 1 tests/integration {args}"
test-unit = "pytest tests/unit {args}"
test-unit-coverage = [
"coverage run -m pytest tests/unit {args}",
Expand Down

0 comments on commit 120ed9a

Please sign in to comment.