2020-12-01 11:02:31 +01:00
|
|
|
[tox]
|
2022-09-15 11:00:33 +02:00
|
|
|
envlist = py3
|
2020-12-01 11:02:31 +01:00
|
|
|
|
|
|
|
[testenv]
|
2022-09-19 11:44:53 +02:00
|
|
|
allowlist_externals = docker
|
2020-12-01 11:02:31 +01:00
|
|
|
deps = -rrequirements.txt
|
|
|
|
commands = docker build -f _centos_8.Dockerfile -t pytest_pihole:test_container ../
|
2022-07-30 17:24:05 +02:00
|
|
|
pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py ./test_centos_fedora_common_support.py ./test_centos_common_support.py
|