chore: add placeholder tests

This commit is contained in:
Tiara Rodney 2025-05-25 15:17:54 +02:00
parent d7fc6718a9
commit 197560078e
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
3 changed files with 7 additions and 5 deletions

View file

@ -17,8 +17,7 @@ labels = static
deps =
mypy
commands =
mypy src
mypy tests
python3 -m mypy src tests --junit-xml test-reports/{env_name}.xml
[testenv:audit]
description = run type check on code base
@ -32,10 +31,9 @@ commands =
description = run type check on code base
labels = static
deps =
autopep8
black
commands =
autopep8 --recursive --diff --exit-code src/
autopep8 --recursive --diff --exit-code tests/
black --check src tests
[testenv:py3{9-13}-unit]
description = run type check on code base