A pytest plugin that allows multiple failures per test.

assertion-library pytest pytest-plugin
1 Open Issue Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

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