-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
IMHO, panic in tests is not a good idea. Not only because it's hard to understand what test panicked, but panic also crashes entire test run and some tests don't even start. I think it's a good idea to isolate each test run by putting a defer/recover so that you know exactly what test caused panic and give possibility for other tests to run.
Github PR implementing this feature: #696
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels