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
|
|
|
|
2022-12-18 14:22:44 +01:00
|
|
|
[testenv:py3]
|
2022-09-19 11:44:53 +02:00
|
|
|
allowlist_externals = docker
|
2020-12-01 11:02:31 +01:00
|
|
|
deps = -rrequirements.txt
|
2024-07-02 08:23:48 +02:00
|
|
|
setenv =
|
|
|
|
COLUMNS=120
|
2023-02-16 21:02:49 +01:00
|
|
|
commands = docker buildx build --load --progress plain -f _ubuntu_22.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
|