smarty / gunit

xUnit-style test fixture adapter for go test
Other
120 stars 11 forks source link

There should be an easy way to skip an entire fixture #25

Closed mdwhatcott closed 4 years ago

mdwhatcott commented 4 years ago

Fluent, functional options to the rescue:

gunit.Run(new(Fixture), t, gunit.Options.Skip)