This commit is contained in:
Tiara Rodney 2025-06-19 17:58:46 +02:00
parent 9de1a7db79
commit 7bb0188a42
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
30 changed files with 93 additions and 194 deletions

12
tox.ini
View file

@ -2,8 +2,7 @@
requires =
tox>=4.19
env_list =
py3{8-12}-{unit}
py3{8-12}-sphinx{5-8}-{integration}
integration-py3{9-13}-sphinx{5-8}
lint
format
@ -35,15 +34,6 @@ deps =
commands =
black --check src tests
[testenv:py3{9-13}-unit]
description = run type check on code base
labels = unit
deps =
{[testenv]deps}
pytest
commands =
pytest tests/unit --junitxml=test-reports/{env_name}.xml
[testenv:py3{9-13}-sphinx{5-7}-integration]
description = run type check on code base
labels = integration