summaryrefslogtreecommitdiffstats
path: root/api/test-requirements.txt
diff options
context:
space:
mode:
authorliguomin <li.guomin3@zte.com.cn>2017-01-11 16:20:39 +0800
committerliguomin <li.guomin3@zte.com.cn>2017-01-12 15:15:51 +0800
commitcb244708d646a1850ccf95808045794cdc955d85 (patch)
treeb19c60418d6ee3c5f4e7cb9528d57ebcdcd7cc62 /api/test-requirements.txt
parent2021d90abd0a12ee6afedc2d0ed2872d67243e97 (diff)
ESCALATOR-40 add unittest framework
Change-Id: I0b7279eac25c1519a5c1bce29b3a2569262233a0 Signed-off-by: liguomin <li.guomin3@zte.com.cn>
Diffstat (limited to 'api/test-requirements.txt')
-rw-r--r--api/test-requirements.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/api/test-requirements.txt b/api/test-requirements.txt
new file mode 100644
index 0000000..788516f
--- /dev/null
+++ b/api/test-requirements.txt
@@ -0,0 +1,29 @@
+Babel>=1.3
+
+bandit>=0.17.3
+coverage>=3.6
+discover
+fixtures>=0.3.14
+mox3>=0.7.0
+mock>=1.0
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+requests>=2.2.0,!=2.4.0
+testrepository>=0.0.18
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=0.9.36,!=1.2.0
+psutil>=1.1.1,<2.0.0
+oslotest>=1.5.1,<1.6.0 # Apache-2.0
+# Optional packages that should be installed when testing
+PyMySQL!=0.7.7,>=0.6.2 # MIT License
+pysendfile==2.0.0
+qpid-python;python_version=='2.7' # Apache-2.0
+
+# Documentation
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
+
+#flake8
+pyflakes!=1.2.0,!=1.2.1,!=1.2.2,<1.4.0,>=0.8.1
+configparser
+mccabe<0.6.0,>=0.5.0
+pycodestyle<2.3.0,>=2.0.0
+flake8