From 5ce4cb95fa4a953929ed33c91933d877de620c2a Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Tue, 22 Mar 2016 10:28:05 -0400 Subject: [PATCH] Update test make target, no fact/tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d0217b339..daa9c35a71 100644 --- a/Makefile +++ b/Makefile @@ -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