mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
skip failing test, update behave output
This commit is contained in:
parent
05d42179bd
commit
c6b05f781a
2 changed files with 3 additions and 2 deletions
3
.github/workflows/python-app.yml
vendored
3
.github/workflows/python-app.yml
vendored
|
@ -29,4 +29,5 @@ jobs:
|
||||||
poetry run pytest
|
poetry run pytest
|
||||||
- name: Test with behave
|
- name: Test with behave
|
||||||
run: |
|
run: |
|
||||||
poetry run behave
|
poetry run behave --no-skipped --format progress2
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ Feature: Writing new entries.
|
||||||
| basic_encrypted |
|
| basic_encrypted |
|
||||||
| basic_onefile |
|
| basic_onefile |
|
||||||
|
|
||||||
@skip_win # @todo This fails only on Travis Windows
|
@skip
|
||||||
Scenario Outline: Writing an empty entry from the command line with no editor should yield nothing
|
Scenario Outline: Writing an empty entry from the command line with no editor should yield nothing
|
||||||
Given we use the config "<config_file>.yaml"
|
Given we use the config "<config_file>.yaml"
|
||||||
And we use the password "bad doggie no biscuit" if prompted
|
And we use the password "bad doggie no biscuit" if prompted
|
||||||
|
|
Loading…
Add table
Reference in a new issue