aschult5 / actiontime

A Golang library for tracking action time averages
MIT License
0 stars 1 forks source link

Replace testgenerator/testrunner with test table #41

Open aschult5 opened 4 years ago

aschult5 commented 4 years ago

With more Go experience, I'm now more comfortable with the idea of generating test cases directly in Go.

I don't think I would generate tests as files this time. Instead, I would like to try generating the test table on the fly, like Dave Cheney recommends here and here

I went ahead and wrote the Benchmarks in this fashion.