mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
9
test/runner/tox.ini
Normal file
9
test/runner/tox.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[tox]
|
||||
skipsdist = True
|
||||
minversion = 2.5.0
|
||||
|
||||
[testenv]
|
||||
changedir = {toxinidir}/../../
|
||||
commands = {posargs}
|
||||
passenv = HOME
|
||||
args_are_paths = False
|
||||
Reference in New Issue
Block a user