mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 23:24:48 -03:30
add awx.conf tests to our various test run environments
This commit is contained in:
4
Makefile
4
Makefile
@@ -473,7 +473,7 @@ pylint: reports
|
||||
|
||||
check: flake8 pep8 # pyflakes pylint
|
||||
|
||||
TEST_DIRS ?= awx/main/tests
|
||||
TEST_DIRS ?= awx/main/tests awx/conf/tests
|
||||
# Run all API unit tests.
|
||||
test:
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
@@ -485,7 +485,7 @@ test_unit:
|
||||
@if [ "$(VENV_BASE)" ]; then \
|
||||
. $(VENV_BASE)/tower/bin/activate; \
|
||||
fi; \
|
||||
py.test awx/main/tests/unit
|
||||
py.test awx/main/tests/unit awx/conf/tests/unit
|
||||
|
||||
# Run all API unit tests with coverage enabled.
|
||||
test_coverage:
|
||||
|
||||
Reference in New Issue
Block a user