Added more detail to unit test output

Enabled verbose output to give more details about
unit tests and whether they passed/failed.

Change-Id: Ib9b194353c69216fb75e7d92e563cfb69602e5ea
This commit is contained in:
Anthony Lee 2014-07-21 17:40:58 -07:00
parent afed1024f3
commit 2f9950d439
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
nosetests --tc-file={toxinidir}/test/config.ini
nosetests --tc-file={toxinidir}/test/config.ini -v