Adding upstream version 1.29.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5bd6a68e8c
commit
f9065f1bef
68 changed files with 3723 additions and 3336 deletions
20
tox.ini
20
tox.ini
|
@ -1,15 +1,21 @@
|
|||
[tox]
|
||||
envlist = py36, py37, py38
|
||||
envlist = py
|
||||
|
||||
[testenv]
|
||||
deps = pytest
|
||||
mock
|
||||
pexpect
|
||||
behave
|
||||
coverage
|
||||
commands = python setup.py test
|
||||
skip_install = true
|
||||
deps = uv
|
||||
passenv = PYTEST_HOST
|
||||
PYTEST_USER
|
||||
PYTEST_PASSWORD
|
||||
PYTEST_PORT
|
||||
PYTEST_CHARSET
|
||||
commands = uv pip install -e .[dev,ssh]
|
||||
coverage run -m pytest -v test
|
||||
coverage report -m
|
||||
behave test/features
|
||||
|
||||
[testenv:style]
|
||||
skip_install = true
|
||||
deps = ruff
|
||||
commands = ruff check --fix
|
||||
ruff format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue