Great initiative
Closed this issue ยท 2 comments
thiagoesteves commented
I have been writing these kind of multiple inputs for the same test body using Macros, but this solution seems very cleaner. I would just suggest another name, like Parameterized Tests or similar.
s3cur3 commented
Thanks for the kind words! I agree it probably needs a name change. ๐
Parameterized tests is accurate, but it's both longer and harder to spell if we make that the primary macro (parameterized_test
). ๐
s3cur3 commented
I settled on calling the package ParameterizedTest
, with the macro for using it being param_test
. I'm gonna release it as v0.1.0 soon.