This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
panic in tests #78
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
I have the following at the top of multiple tests:
This causes a panic here: https://github.com/yaahc/color-eyre/blob/master/src/config.rs#L736 because all tests after the first test trigger the panic. Looks like this behavior was introduced in #69.
Is there either a better recommended way to use color-eyre in tests, or could the
.expect
be changed to fail gracefully?The text was updated successfully, but these errors were encountered: