feat(test): add entrypoints and runtime dependency

This commit is contained in:
Tiara Rodney 2025-06-20 19:54:22 +02:00
parent b1a469a351
commit 6955b5e330
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
2 changed files with 74 additions and 31 deletions

View file

@ -11,10 +11,12 @@ pylint = "~=3.3.6"
build = "*"
pipenv = "*"
byteb4rb1e-utils = { editable = true, path = '.'}
tox = "*"
[requires]
python_version = "3.11"
[scripts]
"build" = "python3 -m build"
"test-static" = "tox run -m static"
"test-unit" = "tox run -m unit"