summaryrefslogtreecommitdiffstats
path: root/tools/test-requires
blob: 2db42b1a9be28c02ea3877ec52a4a6944ff0a27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Optional backend: Memcache
python-memcached

# Optional backend: LDAP
python-ldap==2.3.13 # authenticate against an existing LDAP server

# Testing
coverage # computes code coverage percentages
mox # mock object framework
nose # for test discovery and console feedback
nosexcover
openstack.nose_plugin
pylint # static code analysis
pep8==0.6.1 # checks for PEP8 code style compliance
Sphinx>=1.1.2 # required to build documentation
unittest2 # backport of unittest lib in python 2.7
webtest # test wsgi apps without starting an http server

# for python-keystoneclient
httplib2
-e git+https://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient

# for python-novaclient
prettytable