update pyproject.toml
This commit is contained in:
parent
184cb23739
commit
9d83a3c5fa
3 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ dependencies = [
|
||||||
]
|
]
|
||||||
[tool.hatch.envs.default.scripts]
|
[tool.hatch.envs.default.scripts]
|
||||||
test = "pytest {args:tests}"
|
test = "pytest {args:tests}"
|
||||||
|
bot = "python -m src.main"
|
||||||
test-cov = "coverage run -m pytest {args:tests}"
|
test-cov = "coverage run -m pytest {args:tests}"
|
||||||
cov-report = [
|
cov-report = [
|
||||||
"- coverage combine",
|
"- coverage combine",
|
||||||
|
|
0
src/nucuttrpgbot/__init__.py
Normal file
0
src/nucuttrpgbot/__init__.py
Normal file
Loading…
Reference in a new issue