Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement PanicReporter #248

Closed
gavv opened this issue Jan 28, 2023 · 0 comments · Fixed by #341
Closed

Implement PanicReporter #248

gavv opened this issue Jan 28, 2023 · 0 comments · Fixed by #341
Labels
feature New feature or request good first issue Good for newcomers help wanted Contributions are welcome
Milestone

Comments

@gavv
Copy link
Owner

gavv commented Jan 28, 2023

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.

@gavv gavv added feature New feature or request help wanted Contributions are welcome good first issue Good for newcomers labels Jan 28, 2023
Dev-29 added a commit to Dev-29/httpexpect that referenced this issue Feb 28, 2023
@gavv gavv closed this as completed in #341 Mar 22, 2023
@gavv gavv added this to the v2 milestone Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers help wanted Contributions are welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant