First attempt at adding devstack2 tests.

This commit is contained in:
Joshua Harlow
2012-02-13 15:16:54 -08:00
parent d78e709ee9
commit 0ac71edcf4
6 changed files with 563 additions and 0 deletions

14
tools/pip-requires Normal file
View File

@@ -0,0 +1,14 @@
# NOTE: You may need to install additional binary packages prior to using 'pip install'
# See the Contributor Documentation for more information
# Development
netifaces
termcolor
# Testing
nose # for test discovery and console feedback
unittest2 # backport of unittest lib in python 2.7
pylint # static code analysis
pep8 # checks for PEP8 code style compliance
mox # mock object framework
coverage # computes code coverage percentages