mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
15 lines
531 B
Gherkin
15 lines
531 B
Gherkin
Feature: Core functionality of jrnl outside of actually handling journals
|
|
|
|
Scenario: Displaying the version number
|
|
Given we use the config "basic.yaml"
|
|
When we run "jrnl -v"
|
|
Then we should get no error
|
|
Then the output should contain "version"
|
|
|
|
Scenario: --diagnostic runs without exceptions
|
|
When we run "jrnl --diagnostic"
|
|
Then the output should contain "jrnl"
|
|
And the output should contain "Python"
|
|
|
|
@todo
|
|
Scenario: --list outputs to user without exceptions
|