test-go / testify

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

Add a Run helper method #21

Open JelteF opened 6 years ago

JelteF commented 6 years ago

Copied from https://github.com/stretchr/testify/pull/510

I love table tests, especially when using Run. And this adds that functionality to the suite library.

JelteF commented 6 years ago

If this is deemed like a change that's useful I will change the code to use build tags so the tests on go versions below 1.7 don't fail.