Add unit test for steth and add requirements
Change-Id: Ib4d48e4e9fac453ff78ba1c2f154496e54edc279
This commit is contained in:
parent
dc32af21f7
commit
aaed6b5fa8
@ -1,3 +1,4 @@
|
|||||||
mock
|
mock
|
||||||
flake8
|
flake8
|
||||||
unittest2
|
unittest2
|
||||||
|
nose
|
||||||
|
3
tox.ini
3
tox.ini
@ -13,8 +13,7 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
nosetests -v {posargs}
|
||||||
nosetests {posargs}
|
|
||||||
whitelist_externals = *
|
whitelist_externals = *
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user