add tests for our custom ansible callback plugin

This commit is contained in:
Ryan Petrello
2017-03-13 12:57:47 -04:00
parent d8592fc1f2
commit 1005782ee9
5 changed files with 114 additions and 6 deletions

View File

@@ -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