mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Better Python2.6 compatibility
This commit is contained in:
parent
13f8e668dc
commit
29005c0e07
3 changed files with 4 additions and 4 deletions
|
@ -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}"')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue