Implement PanicReporter #248
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Contributions are welcome
Milestone
See #187 for details. PanicReporter will be similar to FatalReporter, but instead of calling t.Fatalf, it just calls panic.
This reporter may be useful in multithreaded tests because t.Fatal may be called only from test's goroutine. This should be mentioned in the comment.
The text was updated successfully, but these errors were encountered: