Comment by dd82
12 hours ago
Essentially this is a good example of parametrized tests, just supercharged with generated inputs.
So if you already have parametrized tests, you're already halfway there.
12 hours ago
Essentially this is a good example of parametrized tests, just supercharged with generated inputs.
So if you already have parametrized tests, you're already halfway there.
Yes, when I saw eg Golang people use table driven tests like this, I was wondering why nobody seems to have told them about generating these tables automatically..