Merge "Clean up more things before running unit tests"
This commit is contained in:
commit
0df50b5124
4
tox.ini
4
tox.ini
@ -13,7 +13,7 @@ deps =
|
|||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = find . -type f -name "*.py[c|o]" -delete
|
commands = find . ( -type f -o -type l ) -name "*.py[c|o]" -delete
|
||||||
find . -type d -name "__pycache__" -delete
|
find . -type d -name "__pycache__" -delete
|
||||||
nosetests {posargs:test/unit}
|
nosetests {posargs:test/unit}
|
||||||
whitelist_externals = find
|
whitelist_externals = find
|
||||||
@ -34,6 +34,8 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
# But mind that reviews expanding this list may be outstanding in Gerrit.
|
# But mind that reviews expanding this list may be outstanding in Gerrit.
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
commands =
|
commands =
|
||||||
|
find . ( -type f -o -type l ) -name "*.py[c|o]" -delete
|
||||||
|
find . -type d -name "__pycache__" -delete
|
||||||
nosetests {posargs:\
|
nosetests {posargs:\
|
||||||
test/unit/account \
|
test/unit/account \
|
||||||
test/unit/cli \
|
test/unit/cli \
|
||||||
|
Loading…
Reference in New Issue
Block a user