If I have a unit test, and I want it to be able to...
# random
c
If I have a unit test, and I want it to be able to run the test with different inputs... is that sharding? or is that just having an arg for your test?
l
By your description it seems like table testing
Or maybe Data Driven testing
c
ayy thx