s3cur3/parameterized_test

Great initiative

Closed this issue ยท 2 comments

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.

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). ๐Ÿ˜•

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. โ˜บ๏ธ