test-go / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
25 stars 1 forks source link

Add test name for logged output #19

Closed posener closed 6 years ago

posener commented 6 years ago

In case of a test failure, the test name will be logged to the output with makes debugging easier, specially in case of table driven tests.

hanzei commented 6 years ago

Good enhancement. Requesting a 2nd review from @dignifiedquire. We will move this to 1.3, because 1.2 will not include API changes.

posener commented 6 years ago

looks like stretchr is alive again :-)