diff options
author | kaeff <hi@kaeff.net> | 2015-08-18 16:25:03 +0200 |
---|---|---|
committer | kaeff <hi@kaeff.net> | 2015-08-18 16:25:03 +0200 |
commit | 456c2327736d963170bb0044d8a213f112024dcb (patch) | |
tree | ca333a89e14e06c5e9d523b0e26521665339b38d /service/test/functional/features | |
parent | 7f754f38469203d01ef4c955fda13c07b202326f (diff) |
pep8
Diffstat (limited to 'service/test/functional/features')
-rw-r--r-- | service/test/functional/features/environment.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py index e753fca9..248b01fa 100644 --- a/service/test/functional/features/environment.py +++ b/service/test/functional/features/environment.py @@ -64,12 +64,14 @@ def after_step(context, step): context.browser.save_screenshot('failed ' + str(step.name) + '_' + id + ".png") save_source(context, 'failed ' + str(step.name) + '_' + id + ".html") + def after_feature(context, feature): context.browser.quit() cleanup_all_mails(context) context.last_mail = None + @wait_for(timeout=10.0) def cleanup_all_mails(context): @defer.inlineCallbacks |