Better Python2.6 compatibility

This commit is contained in:
Manuel Ebert 2013-07-19 13:03:27 +02:00
parent 13f8e668dc
commit 29005c0e07
3 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,6 @@ def check_output(context):
@then('the output should contain "{text}"')
def check_output_inline(context, text):
out = context.stdout_capture.getvalue()
print out
assert text in out
@then('the journal should contain "{text}"')