Turn off automatic snapshot to tmp dir on lettuce failure

This commit is contained in:
Jay Zoldak
2013-06-04 15:09:44 -04:00
parent c790d6263f
commit 59b26a791b

View File

@@ -87,8 +87,8 @@ def reset_data(scenario):
LOGGER.debug("Flushing the test database...")
call_command('flush', interactive=False)
@after.each_scenario
# Uncomment below to trigger a screenshot on error
# @after.each_scenario
def screenshot_on_error(scenario):
"""
Save a screenshot to help with debugging.