diff options
author | drebs <drebs@riseup.net> | 2017-09-16 08:58:34 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-20 18:55:59 -0300 |
commit | 8110ef8687b155df7b24a6c083404f9624e6a160 (patch) | |
tree | 40f32d15c1fdd4eb5dbc1df553c6f094a6ec40ac /tox.ini | |
parent | 5518364b969f764e06eec34563ae804413253107 (diff) |
[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
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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} |