From 2f9950d4391b5faabe319b1a9d994546015a73cc Mon Sep 17 00:00:00 2001 From: Anthony Lee Date: Mon, 21 Jul 2014 17:40:58 -0700 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c1384e4..dc28ad1 100644 --- a/tox.ini +++ b/tox.ini @@ -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