-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Hello
I don't know if it's possible and not documented or not currently supported, but it would be great if the type fixtures could be parametric not only over values, but over types. What I mean is some way of running the same test with u8, String and something else.
Or, currently, I wanted to run bunch of tests with different closures.
I have no idea if this is easy to support so I understand if this is too hard and won't be implemented.
U007D