PGSSoft / XCTestParametrizedMacro

Swift macro for parametrizing unit test methods
MIT License
123 stars 7 forks source link

Can you add name/label for inputs parameter ? #9

Closed mareknowakpgs closed 9 months ago

mareknowakpgs commented 10 months ago

Adding @Parametrize(input: []) value to the array creates really long name for the test method. Can you for example add something like a link name/title/label for a single input value? Based on this value you can create the test method's name. What do you think about that?

mkowalski87 commented 10 months ago

Thanks for the feedback.

To is on our to-do list. As soon as we have support for an array of expected values we start working on labels to have more meaningful names.

mkowalski87 commented 9 months ago

done @mareknowakpgs, you can pull changes from main branch