Hi!
It would be great to add the ability to automatically account for expected exceptions by their names and messages. The behavior should be identical to pytest.raises, except that pytest.raises itself is not used in the code (I don't want to clutter the code examples with unnecessary code).
Hi!
It would be great to add the ability to automatically account for expected exceptions by their names and messages. The behavior should be identical to
pytest.raises, except thatpytest.raisesitself is not used in the code (I don't want to clutter the code examples with unnecessary code).