mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
- Deletes most of the datetime tests so that they can be re-added as they are implemented in pytest-bdd - Implements steps that check the journal and output for strings - Get rid of deployment tag (we're not using it, anyway) Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
7 lines
254 B
Gherkin
7 lines
254 B
Gherkin
Feature: Build process
|
|
|
|
Scenario: Version numbers should stay in sync
|
|
Given we use the config "simple.yaml"
|
|
When we run "jrnl --version"
|
|
Then we should get no error
|
|
And the output should contain pyproject.toml version
|