tebeka / go2xunit

Convert "go test" output to xunit compatible (used in Jenkins/Hudson)
MIT License
162 stars 46 forks source link

Use table driven tests #31

Closed tebeka closed 8 years ago

tebeka commented 8 years ago

Currently we have a lot of hand written tests for specific input. Convert that to a single utility function and sub tests.

amibiz commented 8 years ago

Can you give an example?

tebeka commented 8 years ago

See here, probably change to use the new subtests