testify/suite
Olivier Mengué 48df1ec684 suite: refactor methodFilter
Use strings.HasPrefix instead of a /^Test/ regexp (compiled on every call).
2024-03-06 01:24:45 +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 suite: refactor methodFilter 2024-03-06 01:24:45 +01:00
suite_test.go fix typos in comments, tests and github templates 2024-02-24 23:48:24 +01:00