Update test make target, no fact/tests

This commit is contained in:
Wayne Witzel III 2016-03-22 10:28:05 -04:00
parent 7354d1da2c
commit 5ce4cb95fa

View File

@ -361,7 +361,7 @@ check: flake8 pep8 # pyflakes pylint
# Run all API unit tests.
test:
py.test awx/main/tests awx/api/tests awx/fact/tests
py.test awx/main/tests awx/api/tests
test_unit:
py.test awx/main/tests/unit