summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/test-requirements.txt
diff options
context:
space:
mode:
authorumry8364 <morgan.richomme@orange.com>2019-08-28 12:06:30 +0200
committerDR695H <dr695h@att.com>2019-08-28 15:44:21 -0400
commitd4af56d4c2f67a1285da783764f20a0c1c546592 (patch)
tree59e9b8921fe341f36f58168b4365cef2185879a0 /robotframework-onap/test-requirements.txt
parentf2b75da8dd38077c60cc2c852f73092980c1f906 (diff)
Add tox
it would create virtualenv to - run tests in python2.7 and 3 - perform linting operations (flake8, pylint) Issue-ID: INT-1228 Change-Id: I451e1108285f6ebffc650bf3de4f175594ec796d Signed-off-by: umry8364 <morgan.richomme@orange.com> Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/test-requirements.txt')
-rw-r--r--robotframework-onap/test-requirements.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/robotframework-onap/test-requirements.txt b/robotframework-onap/test-requirements.txt
new file mode 100644
index 0000000..be413e1
--- /dev/null
+++ b/robotframework-onap/test-requirements.txt
@@ -0,0 +1,14 @@
+# 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.
+coverage!=4.4,>=4.0 # Apache-2.0
+mock>=2.0 # BSD
+nose # LGPL
+flake8 # MIT
+pylint # GPLv2
+requests
+requests-mock
+pytest
+pytest-cov
+pytest-mock
+pytest-runner