feat(test): add entrypoints and runtime dependency
This commit is contained in:
parent
b1a469a351
commit
6955b5e330
2 changed files with 74 additions and 31 deletions
4
Pipfile
4
Pipfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue