Open Issues Need Help
View All on GitHub Support for getting exception `value` in `raises` about 2 months ago
AI Summary: Enhance the `pytest-check` plugin's `raises` context manager to provide access to the exception's `value` attribute, mirroring the behavior of `pytest.raises`, allowing for more convenient exception message assertions without relying on regular expressions. This requires modifying the `raises` context manager to capture and expose the exception's value if one is raised.
Complexity:
3/5
enhancement help wanted
A pytest plugin that allows multiple failures per test.
Python
#assertion-library#pytest#pytest-plugin