mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
Added rbac tests and migrations for Organization
This commit is contained in:
committed by
Akita Noek
parent
932b6a4c82
commit
896ecab031
2
Makefile
2
Makefile
@@ -363,7 +363,7 @@ test_unit:
|
||||
|
||||
# Run all API unit tests with coverage enabled.
|
||||
test_coverage:
|
||||
py.test --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 awx/fact/tests
|
||||
|
||||
# Output test coverage as HTML (into htmlcov directory).
|
||||
coverage_html:
|
||||
|
||||
Reference in New Issue
Block a user