Add unit test for steth and add requirements

Change-Id: Ib4d48e4e9fac453ff78ba1c2f154496e54edc279
This commit is contained in:
changzhi1990 2016-01-19 11:23:25 +08:00
parent dc32af21f7
commit aaed6b5fa8
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
mock
flake8
unittest2
nose

View File

@ -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]