diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index af0a8203..6e4696aa 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,4 +29,5 @@ jobs: poetry run pytest - name: Test with behave run: | - poetry run behave + poetry run behave --no-skipped --format progress2 + diff --git a/features/write.feature b/features/write.feature index 1e6a2d09..2b19d126 100644 --- a/features/write.feature +++ b/features/write.feature @@ -57,7 +57,7 @@ Feature: Writing new entries. | basic_encrypted | | 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 Given we use the config ".yaml" And we use the password "bad doggie no biscuit" if prompted