mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 15:16:12 +02:00
Add calendar export test scaffolding
This commit is contained in:
parent
0a2f040a9e
commit
1fa091d7dc
2 changed files with 20 additions and 1 deletions
|
@ -565,6 +565,19 @@ Feature: Custom formats
|
|||
| basic_dayone.yaml |
|
||||
|
||||
|
||||
Scenario Outline: Export calendar heatmap
|
||||
Given we use the config "<config_file>"
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl --format calendar"
|
||||
Then the output should be
|
||||
2013-06-09, 1
|
||||
2013-06-10, 1
|
||||
|
||||
Examples: configs
|
||||
| config_file |
|
||||
| simple.yaml |
|
||||
|
||||
|
||||
Scenario Outline: display_format short and pretty do not crash if specified as config values
|
||||
Given we use the config "<config_file>"
|
||||
And we use the password "test" if prompted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue