Elektrine lite

← Feed

@brianokken@fosstodon.org

Post #967983

2026-03-22 20:21 UTC

pytest-check 2.8.0 https://github.com/okken/pytest-check/releases/tag/2.8.0 check helper functions, check.equal(), etc., now support an optional xfail string to allow check failures to result in xfail instead of fail on a non-xfail marked test And we’re temporarily at 0 open issues and 0 PRs #Python #pytest

Replies (1)

  • @brianokken@fosstodon.org 2026-03-22 20:24

    Decided to not support xpass if the test isn’t marked xfail, mostly for speed reasons, it would slightly slow down the common case of passing checks. May revisit decision in the future.

    Open ##1255107