Adding upstream version 1.23.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f253096a15
commit
94e3fc38e7
93 changed files with 10761 additions and 0 deletions
15
tox.ini
Normal file
15
tox.ini
Normal file
|
@ -0,0 +1,15 @@
|
|||
[tox]
|
||||
envlist = py36, py37, py38
|
||||
|
||||
[testenv]
|
||||
deps = pytest
|
||||
mock
|
||||
pexpect
|
||||
behave
|
||||
coverage
|
||||
commands = python setup.py test
|
||||
passenv = PYTEST_HOST
|
||||
PYTEST_USER
|
||||
PYTEST_PASSWORD
|
||||
PYTEST_PORT
|
||||
PYTEST_CHARSET
|
Loading…
Add table
Add a link
Reference in a new issue