mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
Create datecount test
This commit is contained in:
parent
37fc6c7465
commit
7880feec94
3 changed files with 27 additions and 0 deletions
|
@ -554,3 +554,13 @@ Feature: Custom formats
|
|||
| basic_encrypted |
|
||||
| basic_folder |
|
||||
| basic_dayone |
|
||||
|
||||
Scenario: Export date counts
|
||||
Given we use the config "datecount.yaml"
|
||||
When we run "jrnl --export datecount"
|
||||
Then we should get no error
|
||||
And the output should be
|
||||
"""
|
||||
2020-05-14, 1
|
||||
2021-10-29, 2
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue