Hello,
Its common to have tests with similar logic but different inputs. For such situations most testing frameworks support some kind of data attributes (DataRow in MSTest or InlineData in XUnit).
I think it would be useful to have a similar feature for GoDotTest.
Thank you.
Hello,
Its common to have tests with similar logic but different inputs. For such situations most testing frameworks support some kind of data attributes (
DataRowin MSTest orInlineDatain XUnit).I think it would be useful to have a similar feature for GoDotTest.
Thank you.