summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorkong wei <kong.wei2@zte.com.cn>2017-02-19 14:56:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-19 14:56:32 +0000
commitd40c048940b252b50355ea3aaf409f65edb6da5d (patch)
tree834fcca63a182ee514454ddf1f08528c20f1e675 /client
parent340b19bd919c42d12db1c10d1663ac501a7664f4 (diff)
parentcb244708d646a1850ccf95808045794cdc955d85 (diff)
Merge "ESCALATOR-40 add unittest framework"
Diffstat (limited to 'client')
-rw-r--r--client/.testr.conf3
-rw-r--r--client/test-requirements.txt24
2 files changed, 24 insertions, 3 deletions
diff --git a/client/.testr.conf b/client/.testr.conf
new file mode 100644
index 0000000..804da37
--- /dev/null
+++ b/client/.testr.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_command=${PYTHON:-python} -m unittest discover $LISTOPT
+test_list_option=
diff --git a/client/test-requirements.txt b/client/test-requirements.txt
index 06cb4aa..975488b 100644
--- a/client/test-requirements.txt
+++ b/client/test-requirements.txt
@@ -1,13 +1,31 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-hacking>=0.8.0,<0.9
+# process, which may cause wedges in the gate lbel>=1.3
+bandit>=0.17.3
coverage>=3.6
discover
+fixtures>=0.3.14
mox3>=0.7.0
mock>=1.0
-oslosphinx>=2.2.0 # Apache-2.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.0ater.
+
+#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