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.
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.