mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
add tests for our custom ansible callback plugin
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -56,6 +56,14 @@ deps =
|
||||
commands =
|
||||
make UI_TEST_MODE=CI test-ui
|
||||
|
||||
[testenv:ansible]
|
||||
deps =
|
||||
ansible
|
||||
pytest
|
||||
-r{toxinidir}/requirements/requirements_ansible.txt
|
||||
commands =
|
||||
{envdir}/bin/py.test awx/lib/tests/ -c awx/lib/tests/pytest.ini {posargs}
|
||||
|
||||
[testenv:coveralls]
|
||||
commands=
|
||||
coverage combine
|
||||
|
||||
Reference in New Issue
Block a user