c14bb9a677
As a step towards parallelizing the test runs, use testtools as the base unittest test case class. In this patch, it has caused us to catch places where setUp and tearDown were not being chained properly. Additionally, we get to remove our custom skip decorators and a few backported assert calls. Part of blueprint grizzly-testtools Change-Id: Ia2025e1b7191b65130b85b30ce6239d5c431c8ba
16 lines
214 B
Plaintext
16 lines
214 B
Plaintext
# Packages needed for dev testing
|
|
distribute>=0.6.24
|
|
|
|
coverage
|
|
mox==0.5.3
|
|
nose
|
|
testtools
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput
|
|
pep8==1.2
|
|
pylint==0.25.2
|
|
sphinx>=1.1.2
|
|
feedparser
|
|
python-cinderclient
|
|
MySQL-python
|