mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-12 18:06:14 +02:00
Update black pin to latest version, poetry update, and make format
This commit is contained in:
parent
80651f8f0e
commit
3f281c220b
10 changed files with 72 additions and 24 deletions
|
@ -50,7 +50,7 @@ def check_output_field_key(context, field, key):
|
|||
@then("the json output should contain {path}")
|
||||
@then('the json output should contain {path} = "{value}"')
|
||||
def check_json_output_path(context, path, value=None):
|
||||
""" E.g.
|
||||
"""E.g.
|
||||
the json output should contain entries.0.title = "hello"
|
||||
"""
|
||||
out = context.stdout_capture.getvalue()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue