Closed dolmen closed 8 months ago
Add TestCRunFormatWithC (derived from TestCRunFormat) to alse check that Format is passed from the parent to the child when c.TB has a Run method with signature func(string, func(*C) bool).
TestCRunFormatWithC
TestCRunFormat
func(string, func(*C) bool)
This added coverage will be helpful to check alternative implementations of C.Run such as #165 and #166 (see https://github.com/frankban/quicktest/pull/166#discussion_r1281720999).
Cc: @rogpeppe
ping @frankban
Add
TestCRunFormatWithC
(derived fromTestCRunFormat
) to alse check that Format is passed from the parent to the child when c.TB has a Run method with signaturefunc(string, func(*C) bool)
.This added coverage will be helpful to check alternative implementations of C.Run such as #165 and #166 (see https://github.com/frankban/quicktest/pull/166#discussion_r1281720999).
Cc: @rogpeppe