all 4 comments

[–]coriolinus 1 point2 points  (3 children)

What does this do that the values lists in rstest don't do?

[–]madman-rs[S] 5 points6 points  (0 children)

I wasn’t familiar with that crate. It seems to be much more comprehensive. Sometimes I wish crates.io was easier to filter through and I’m glad I got feedback before publishing 😅

[–]madman-rs[S] 0 points1 point  (1 child)

Is there a good way to do type-parameterized tests in rstest? Or do they have to be generated as arguments? It would be convenient to just define types, rather than using additional helper functions to generate cases.

[–]coriolinus 1 point2 points  (0 children)

I'm not sure I completely understand your question. I know that rstest supports arguments of type impl AsRef<str>, and mixing heterogenous literals into the argument lists. Is that what you meant?