Added
- (docs) Document custom message support (
msg) incheck.raises(). - (tests) Add tests for custom messages in
check.raises(). - (docs) Document that built-in check methods return
boolvalues. - (docs) Update pseudo-traceback examples to reflect the default single pseudo-traceback and show how to increase it with
--check-max-tb=5. - (docs) Add
check.call_on_fail()section with usage guidance. - (examples) Add runnable logging example in
examples/logging_to_a_file/.
Fixed
- (tests) Make
test_raises_custom_msgcompatible with pytest < 7.3 short-summary output.