python313-pytest-expect
Python 3.13 - pytest-expect - Py.test plugin store expect
3.6.0
2025-04-09
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python313-base 3.6.0
python313-pytest 3.6.0
python313-six 3.6.0
python313-u-msgpack-python 3.6.0
Internal Program Version: pytest-expect 1.1.0
A py.test plugin that stores test expectations by saving the set of
failing tests, allowing them to be marked as xfail when running them
in future. The tests expectations are stored such that they can be
distributed alongside the tests. However, note that test expectations
can only be reliably shared between Python 2 and Python 3 if they only
use ASCII characters in their node ids: this likely isn not a limitation
if tests are using the normal Python format, as Python 2 only allows
ASCII characters in identifiers.
https://github.com/gsnedders/pytest-expect