update pyproject.toml

This commit is contained in:
Denis-Cosmin Nutiu 2024-01-24 16:05:22 +02:00
parent 184cb23739
commit 9d83a3c5fa
3 changed files with 1 additions and 0 deletions

View file

@ -50,6 +50,7 @@ dependencies = [
]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
bot = "python -m src.main"
test-cov = "coverage run -m pytest {args:tests}"
cov-report = [
"- coverage combine",

View file