Skip to content

Commit

Permalink
Chore: Compile pytest tests as part of poe check (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Jul 22, 2024
1 parent ce20b56 commit caa0279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ coverage-report = { shell = "coverage report" }
coverage-html = { shell = "coverage html -d htmlcov && open htmlcov/index.html" }
coverage-reset = { shell = "coverage erase" }

check = { shell = "ruff check . && mypy ." }
check = { shell = "ruff check . && mypy . && pytest --collect-only" }

fix = { shell = "ruff format . && ruff check --fix -s || ruff format ." }
fix-unsafe = { shell = "ruff format . && ruff check --fix --unsafe-fixes . && ruff format ." }
Expand Down

0 comments on commit caa0279

Please sign in to comment.