mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
removed called
This commit is contained in:
parent
4bf75653ab
commit
575e32666c
2 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ Feature: Exporting a Journal
|
||||||
And "tags" in the json output should contain "@idea"
|
And "tags" in the json output should contain "@idea"
|
||||||
And "tags" in the json output should contain "@journal"
|
And "tags" in the json output should contain "@journal"
|
||||||
And "tags" in the json output should contain "@dan"
|
And "tags" in the json output should contain "@dan"
|
||||||
And entry 1 should have an array called "tags" with 2 elements
|
And entry 1 should have an array "tags" with 2 elements
|
||||||
And entry 2 should have an array called "tags" with 2 elements
|
And entry 2 should have an array "tags" with 2 elements
|
||||||
|
|
||||||
Scenario: Exporting using filters should only export parts of the journal
|
Scenario: Exporting using filters should only export parts of the journal
|
||||||
Given we use the config "tags.yaml"
|
Given we use the config "tags.yaml"
|
||||||
|
|
|
@ -54,7 +54,7 @@ def check_json_output_path(context, path, value):
|
||||||
|
|
||||||
|
|
||||||
@then(
|
@then(
|
||||||
'entry {entry_number:d} should have an array called "{name}" with {items_number:d} elements'
|
'entry {entry_number:d} should have an array "{name}" with {items_number:d} elements'
|
||||||
)
|
)
|
||||||
def entry_array_count(context, entry_number, name, items_number):
|
def entry_array_count(context, entry_number, name, items_number):
|
||||||
# note that entry_number is 1-indexed.
|
# note that entry_number is 1-indexed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue