aboutsummaryrefslogtreecommitdiffstats
path: root/tests/steps/steps.py
diff options
context:
space:
mode:
authorVadim Rutkovsky <vrutkovs@redhat.com>2014-04-24 18:23:52 +0800
committerVadim Rutkovsky <vrutkovs@redhat.com>2014-04-24 18:24:23 +0800
commit17cd7112467f15c33ed9957a5f560178eb1c7385 (patch)
tree0b00cd43f68f37aeb4ac9bab7f801749113d5c98 /tests/steps/steps.py
parent4ed443d42014474bcd7c91aa1561c48ee51c205d (diff)
downloadgsoc2013-evolution-17cd7112467f15c33ed9957a5f560178eb1c7385.tar
gsoc2013-evolution-17cd7112467f15c33ed9957a5f560178eb1c7385.tar.gz
gsoc2013-evolution-17cd7112467f15c33ed9957a5f560178eb1c7385.tar.bz2
gsoc2013-evolution-17cd7112467f15c33ed9957a5f560178eb1c7385.tar.lz
gsoc2013-evolution-17cd7112467f15c33ed9957a5f560178eb1c7385.tar.xz
gsoc2013-evolution-17cd7112467f15c33ed9957a5f560178eb1c7385.tar.zst
gsoc2013-evolution-17cd7112467f15c33ed9957a5f560178eb1c7385.zip
tests: store the screenshot for failed tests
Diffstat (limited to 'tests/steps/steps.py')
-rw-r--r--tests/steps/steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/steps/steps.py b/tests/steps/steps.py
index dac984f5dc..6a600e149b 100644
--- a/tests/steps/steps.py
+++ b/tests/steps/steps.py
@@ -119,4 +119,4 @@ def task_editor_with_title_is_opened(context, title):
@step(u'Event editor with title "{name}" is displayed')
def event_editor_with_name_displayed(context, name):
- context.app.event_editor = context.app.window(name) \ No newline at end of file
+ context.app.event_editor = context.app.window(name)