Skip to content

Releases: okken/pytest-check

2.5.4

15 Sep 05:04
a10c802
Compare
Choose a tag to compare
  • 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

04 Apr 01:47
Compare
Choose a tag to compare

Changed

  • relative paths in tracebacks
  • add testing of Python 3.14
    • in tox.ini, not in ci yet

2.5.2

30 Mar 04:01
Compare
Choose a tag to compare

Fixed

  • Fixes a weird corner case where an internal error could be generated by (1) having a session scope fixture fail in teardown and (2) having the last test in the session be skipped. Thanks @asyash26 for reporting and creating reproduction steps. Resolves #170

2.5.1

18 Mar 20:12
Compare
Choose a tag to compare

Fixed

Set a minimum pluggy version during type checking. Resolves #176, thanks @d-ryzhykau

2.5.0

13 Feb 02:18
Compare
Choose a tag to compare

Changed/Added

pytest-check 2.4.2 (Feb 8, 2025)

09 Feb 03:08
Compare
Choose a tag to compare

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)

28 Aug 04:54
Compare
Choose a tag to compare

Add is_nan() & is_not_nan()

pytest-check 2.4.0 (Aug 27, 2024)

28 Aug 04:01
5375e25
Compare
Choose a tag to compare

add Python 3.12 testing, ditch 3.7

pytest-check 2.3.1 (Jan 18, 2024)

18 Jan 20:23
a7acdc5
Compare
Choose a tag to compare

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)

17 Jan 23:29
d7afe0d
Compare
Choose a tag to compare

Add fail() and between_equal()