Skip to content

Commit

Permalink
Add fail & between_equal()
Browse files Browse the repository at this point in the history
  • Loading branch information
okken committed Jan 17, 2024
1 parent bfde7d5 commit 4d3e5cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/test_example_fail_func.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import pytest_check as check


def test_one_failure():
check.fail('one')


def test_two_failures():
check.fail('one')
check.fail('two')

0 comments on commit 4d3e5cb

Please sign in to comment.