mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
make format
This commit is contained in:
parent
b8daeec6b9
commit
ddb62b7cb3
1 changed files with 3 additions and 2 deletions
|
@ -388,6 +388,7 @@ def all_input_was_used(context):
|
||||||
for temp in context.iter_text:
|
for temp in context.iter_text:
|
||||||
assert "" == temp, "Not all inputs were consumed"
|
assert "" == temp, "Not all inputs were consumed"
|
||||||
|
|
||||||
|
|
||||||
@when('we run "{command}"')
|
@when('we run "{command}"')
|
||||||
@when('we run "{command}" and pipe')
|
@when('we run "{command}" and pipe')
|
||||||
@when('we run "{command}" and pipe "{text}"')
|
@when('we run "{command}" and pipe "{text}"')
|
||||||
|
|
Loading…
Add table
Reference in a new issue