Skip to content

Commit

Permalink
Add a simple wrapper for local test to hatch env
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 20, 2024
1 parent bbff5dd commit 9511da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ extra-dependencies = [
"mypy~=1.11.1",
"ruff~=0.5.7",
"hatch",
"podman-compose",
]

[tool.hatch.envs.dev.scripts]
test = "podman-compose down && podman-compose up -d --build && pytest"
check = "mypy --install-types --non-interactive src/tmt_web"

[tool.ruff]
Expand Down

0 comments on commit 9511da8

Please sign in to comment.