add run-tests command

This commit is contained in:
barry 2025-01-11 01:26:32 +01:00
parent 928caf724a
commit fd7ca99de0

View File

@ -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"