From fc441d4a440e90082ce78de898a196b7b8dc9974 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 28 Jul 2021 15:13:20 +0200 Subject: [PATCH] hide URL for test account creation (#2560) * hide URL for test account creation * Update python/README.rst Co-authored-by: bjoern --- python/README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python/README.rst b/python/README.rst index 35cdb3847..272c6c6ce 100644 --- a/python/README.rst +++ b/python/README.rst @@ -58,12 +58,13 @@ end-to-end tests that require accounts on real e-mail servers. running "live" tests with temporary accounts --------------------------------------------- -If you want to run live functional tests you can set ``DCC_NEW_TMP_EMAIL``:: +If you want to run live functional tests you can set ``DCC_NEW_TMP_EMAIL`` to a URL that creates e-mail accounts. Most developers use https://testrun.org URLS created and managed by [mailadm](https://mailadm.readthedocs.io/en/latest/). - export DCC_NEW_TMP_EMAIL=https://testrun.org/new_email?t=1h_4w4r8h7y9nmcdsy +Please feel free to contact us through a github issue or by e-mail and we'll send you a URL that you can then use for functional tests like this: -With this, pytest runs create ephemeral e-mail accounts on the http://testrun.org server. -These accounts exists for one 1hour and then are removed completely. + export DCC_NEW_TMP_EMAIL= + +With this account-creation setting, pytest runs create ephemeral e-mail accounts on the http://testrun.org server. These accounts exists only for one hour and then are removed completely. One hour is enough to invoke pytest and run all offline and online tests: pytest