testify/suite
Linus Barth a4a54a4597 fix: panic behavior for subtests
This fix adds panic handling for subtests which will achieve:
- subtests will fail for the correct test context when panicking
- the test execution is not stopped; the next subtest will be executed
2023-10-30 22:51:08 +01:00
..
doc.go EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 2023-05-11 07:42:04 +10:00
interfaces.go Add sub-tests to Suite (#1246) 2022-11-02 21:46:59 +10:00
stats.go Add function to return if all tests in a suite passed 2020-03-11 19:42:32 +11:00
stats_test.go Add function to return if all tests in a suite passed 2020-03-11 19:42:32 +11:00
suite.go fix: panic behavior for subtests 2023-10-30 22:51:08 +01:00
suite_test.go improve: tests for asserting test names in subtests 2023-10-30 22:51:08 +01:00