Merge pull request #62 from edx/zoldak/turn-off-lettuce-screenshot-on-failure

Turn off automatic snapshot to tmp dir on lettuce failure
This commit is contained in:
Jay Zoldak
2013-06-04 12:22:21 -07:00

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.