Setup testing for ci and development

This commit is contained in:
Joe Fiorini
2015-01-29 12:06:17 -05:00
parent 2e87454e5a
commit 1809fec52e
4 changed files with 13 additions and 11 deletions

View File

@@ -240,9 +240,9 @@ test_coverage:
coverage_html:
coverage html
# Run UI unit tests using Selenium.
test_ui:
$(PYTHON) manage.py test -v2 awx.ui.tests
# Run UI unit tests
test_ui: node_modules
$(GRUNT) karma:ci
# Run API unit tests across multiple Python/Django versions with Tox.
test_tox: