Releases: okken/pytest-check
Releases · okken/pytest-check
2.5.4
- raises & any_failures exported from top init.py module so that mypy does not complain that they are not explicitly exported. - Thanks @dpinol
- Make _Comparable* protocols compatible with builtins - Thanks @SebastianGrans
- Turn on testing for Python 3.14 in CI
2.5.3
2.5.2
2.5.1
2.5.0
pytest-check 2.4.2 (Feb 8, 2025)
No code changes.
- Added testing for Python 3.13 (and 3.14 locally)
- Changed build backend to hatchling
pytest-check 2.4.1 (Aug 27, 2024)
Add is_nan() & is_not_nan()
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()