add run-tests command
This commit is contained in:
parent
928caf724a
commit
fd7ca99de0
@ -3,7 +3,7 @@ name = "spotiplayer-pi"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Alessandro <alessandro.preiti@protonmail.com>"]
|
||||
readme = "README.md"
|
||||
readme = "README.org"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
@ -18,6 +18,10 @@ pyyaml = "^6.0.2"
|
||||
pre-commit = "^4.0.1"
|
||||
ruff = "^0.9.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
run-tests = "unittest:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user