mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Only run unit and function tests
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -48,7 +48,7 @@ commands =
|
|||||||
python setup.py develop
|
python setup.py develop
|
||||||
# coverage run --help
|
# coverage run --help
|
||||||
# coverage run -p --source awx/main/tests -m pytest {posargs}
|
# coverage run -p --source awx/main/tests -m pytest {posargs}
|
||||||
py.test awx/main/tests {posargs}
|
py.test awx/main/tests/{unit,functional} {posargs}
|
||||||
|
|
||||||
[testenv:ui]
|
[testenv:ui]
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user