2021-04-15 15:59:10 +02:00
|
|
|
[tox]
|
2022-09-15 11:00:33 +02:00
|
|
|
envlist = py3
|
2021-04-15 15:59:10 +02:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
whitelist_externals = docker
|
|
|
|
deps = -rrequirements.txt
|
|
|
|
commands = docker build -f _debian_11.Dockerfile -t pytest_pihole:test_container ../
|
2022-01-31 00:05:28 +01:00
|
|
|
pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py
|