Skip to content

Commit

Permalink
test failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 6, 2023
1 parent e4d3b4b commit 03b2dc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
pip-install-flags: ${{ github.event_name == 'schedule' && '--pre' || '' }}
report-failures: true
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 4 additions & 0 deletions tests/test_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ def func2(self) -> str:

assert not test_store._providers
assert not test_store._processors


def test_failure():
assert False

0 comments on commit 03b2dc1

Please sign in to comment.