mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Default to not running old 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/{unit,functional} {posargs}
|
py.test awx/main/tests {posargs:-k 'not old'}
|
||||||
|
|
||||||
[testenv:ui]
|
[testenv:ui]
|
||||||
deps =
|
deps =
|
||||||
|
|||||||
Reference in New Issue
Block a user