summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2017-01-03 11:25:56 +0000
committerSteve Martinelli <s.martinelli@gmail.com>2017-01-03 17:13:13 +0000
commit53adca6deb9b692f1e0842abef366f81aefc6e2d (patch)
tree5c35718f3f3ff685ac3891f0f1ae85b2cd424910 /test-requirements.txt
parentabaf1b5bf718d0c59fa918ada2fb91370292f7c6 (diff)
downloadkeystonemiddleware-53adca6deb9b692f1e0842abef366f81aefc6e2d.tar.gz
Switch tox unit test command to use ostestr
This commit switches the tox command to use ostestr instead of calling testr through setup.py. The primary advantage here is that it uses the subunit-trace output filter. ostestr primarily exists as a replacement for pretty_tox.sh bash scripts which spread like a plague through OpenStack projects after Nova copied it from Tempest. Note that this dramatically increases output while running tests. However, test failures are still at the bottom of the output, so it shouldn't cause much pain, if any. Change-Id: Id1ad26bc9670efa94c3c91142a177c75a12ce7d6
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8410c5c..4ca9b84 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,6 +19,7 @@ stevedore>=1.17.1 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
+os-testr>=0.8.0 # Apache-2.0
python-memcached>=1.56 # PSF
WebTest>=2.0 # MIT