From 8110ef8687b155df7b24a6c083404f9624e6a160 Mon Sep 17 00:00:00 2001 From: drebs Date: Sat, 16 Sep 2017 08:58:34 -0300 Subject: [test] add e2e test for incoming mail pipeline I had to include part of the bonafide source code because it was the easiest way to interact with the webapp. Closes: #8941 --- tox.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 46aed54b..118f7da7 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,9 @@ deps = pytest-benchmark elasticsearch certifi +# used by e2e tests + srp + pgpy # install soledad from current tree -e.[client] -e.[server] @@ -82,6 +85,13 @@ commands = pep8 flake8 +[testenv:e2e] +deps = + {[testenv]deps} +passenv = INVITE_CODE +commands = + py.test --subdir=e2e --soledad-server-url=https://giraffe.cdev.bitmask.net:2323 {posargs} + [testenv:benchmark-time-cpu] usedevelop = True deps = {[testenv]deps} -- cgit v1.2.3