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
|
||||
flake8
|
||||
unittest2
|
||||
nose
|
||||
|
3
tox.ini
3
tox.ini
@ -13,8 +13,7 @@ deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||
python setup.py testr --slowest --testr-args='{posargs}'
|
||||
nosetests {posargs}
|
||||
nosetests -v {posargs}
|
||||
whitelist_externals = *
|
||||
|
||||
[testenv:pep8]
|
||||
|
Loading…
Reference in New Issue
Block a user