mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
- Copy over the current tests from behave into the new directory that pytest-bdd will use them in Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
8 lines
276 B
Gherkin
8 lines
276 B
Gherkin
Feature: Build process
|
|
|
|
@deployment_tests
|
|
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
|