Releases: okken/pytest-check
pytest-check 2.4.1 (Aug 27, 2024)
pytest-check 2.4.0 (Aug 27, 2024)
add Python 3.12 testing, ditch 3.7
pytest-check 2.3.1 (Jan 18, 2024)
Documentation Update
- README.md
- Turn help function list into a table with param lists
- Show an alternative method of creating a helper function using check.fail()
- examples
- change a few remaining import pytest_check as check examples
- to the recommended from pytest_check import check
pytest-check 2.3.0 (Jan 17, 2024)
Add fail()
and between_equal()
pytest-check 2.2.5 (Jan 17, 2024)
Fix #155
Summaries from 2.2.3 are cool, but don't work with xdist
Turn off summaries while xdist is running
I hope I'm not seeing a pattern here
pytest-check 2.2.4 (Jan 8, 2024)
Fix #153 turn off summaries for pytest < 7.3
Summaries depend on internals of pytest, which changed in 7.3.
May be possible to back port, but the quickest fix is to turn them off for earlier pytest versions (7.0.0 - 7.2.2)
Example: Before 7.3:
=========== short test summary info ===========
FAILED test_example_simple.py::test_fail
Example after 7.3:
=========== short test summary info ===========
FAILED test_example_simple.py::test_fail - assert 1 == 2
pytest-check 2.2.3 (2023-31-Dec)
Full Changelog: 2.2.2...2.2.3
Fix issue #133 : Failure message should show up in summary line
pytest-check 2.2.2 (2023-22-Sept)
Full Changelog: 2.2.1...2.2.2
Fix issue #137