mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Removed awx/api/tests dir from Makefile since it no longer exists
This commit is contained in:
parent
22f18715f7
commit
31920c6700
5
Makefile
5
Makefile
@ -427,16 +427,17 @@ pylint: reports
|
||||
|
||||
check: flake8 pep8 # pyflakes pylint
|
||||
|
||||
TEST_DIRS=awx/main/tests
|
||||
# Run all API unit tests.
|
||||
test:
|
||||
py.test awx/main/tests awx/api/tests
|
||||
py.test $(TEST_DIRS)
|
||||
|
||||
test_unit:
|
||||
py.test awx/main/tests/unit
|
||||
|
||||
# Run all API unit tests with coverage enabled.
|
||||
test_coverage:
|
||||
py.test --create-db --cov=awx --cov-report=xml --junitxml=./reports/junit.xml awx/main/tests awx/api/tests
|
||||
py.test --create-db --cov=awx --cov-report=xml --junitxml=./reports/junit.xml $(TEST_DIRS)
|
||||
|
||||
# Output test coverage as HTML (into htmlcov directory).
|
||||
coverage_html:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user