summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2013-06-18 12:29:58 +0300
committerVictor Sergeyev <vsergeyev@mirantis.com>2013-06-18 18:24:39 +0300
commit7f99dd9c5b33999bfbd0bacb7438193816aec5b5 (patch)
tree1b865286eecda6f7ed42660680a5c8f86b29f84f /test-requirements.txt
parent688832fd379776bf12f21f76c884caa42a48d2c5 (diff)
downloadoslo-7f99dd9c5b33999bfbd0bacb7438193816aec5b5.tar.gz
oslo-7f99dd9c5b33999bfbd0bacb7438193816aec5b5.tar.xz
oslo-7f99dd9c5b33999bfbd0bacb7438193816aec5b5.zip
Replace nosetests with testr in tox.ini.
Config tox.ini updated to run testr instead of nosetests. File test-requirements.txt modified respectively. Config .testr.conf added. Testr allows for more flexible testing, more consistent use of the unittest protocol and, most importantly, faster testing via parallelism. Part of blueprint run-tests-script. Change-Id: Iba847d430a18458a1a68e6ef07541d29c0c01c64
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index a19b4af..7ffabfe 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,15 +1,11 @@
coverage
+discover
fixtures>=0.3.12
flake8==2.0
hacking>=0.5.3,<0.6
mock
mox==0.5.3
mysql-python
-nose
-nose-exclude
-nosexcover
-openstack.nose_plugin
-nosehtmloutput
pep8==1.4.5
pyflakes==0.7.2
pylint
@@ -17,5 +13,5 @@ pyzmq==2.2.0.1
redis
setuptools-git>=0.4
sphinx
+testrepository>=0.0.13
testtools>=0.9.22
-webtest