1
0
Fork 0

Merging upstream version 1.12.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:55:14 +01:00
parent 7565ea4dc1
commit 47976d33df
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
38 changed files with 323 additions and 677 deletions

19
tox.ini
View file

@ -1,11 +1,14 @@
[tox]
envlist = py37, py38, py39, py310
envlist = py,style
[testenv]
deps = pytest
mock
pexpect
behave
coverage
commands = python setup.py test
passenv = PYTEST_DATABASE
deps = uv
commands = uv pip install -e .[dev]
coverage run -m pytest -v tests
coverage report -m
[testenv:style]
skip_install = true
deps = ruff
commands = ruff check --fix
ruff format