Skip to content

Releases: okken/pytest-check

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()

pytest-check 2.2.5 (Jan 17, 2024)

17 Jan 16:03
7fd9e2b
Compare
Choose a tag to compare

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)

08 Jan 13:54
Compare
Choose a tag to compare

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)

31 Dec 22:23
Compare
Choose a tag to compare

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)

22 Sep 08:42
Compare
Choose a tag to compare