testify/suite
Samuel Nelson 4ecf7fc077 Allow custom test name formats
When using suites, test names were just the raw suite method name, but that's often not
detailed enough to know what the problem is.  This commit adds the ability to pass a custom
name format using certain formatting marks (sort of similar to templating strings) to
include the name of the function that called Run or NamedRun, the name of the suite's type,
and/or the name of the method.
2015-01-10 14:59:21 -07:00
..
doc.go Merge forward assertions. 2014-06-30 11:34:00 -06:00
interfaces.go Renamed before/after methods and interfaces to setup/teardown 2013-10-15 10:32:35 -06:00
suite.go Allow custom test name formats 2015-01-10 14:59:21 -07:00
suite_test.go Add test for suite Setup/TearDown with Skip 2014-11-25 19:57:20 -05:00