mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Update Makefile, no more fact/tests
This commit is contained in:
parent
5313d2fcb0
commit
99ca2efc4f
2
Makefile
2
Makefile
@ -368,7 +368,7 @@ test_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 awx/fact/tests
|
||||
py.test --create-db --cov=awx --cov-report=xml --junitxml=./reports/junit.xml awx/main/tests awx/api/tests
|
||||
|
||||
# Output test coverage as HTML (into htmlcov directory).
|
||||
coverage_html:
|
||||
|
Loading…
Reference in New Issue
Block a user