You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I already mentioned in lot of tickets about this topic (#29 is just one of them), Rust is not Python. When the #[rstest] procedural macro is processed we don't know anything about Color type because we are in an early stage where just the abstract syntax tree was build so we cannot process Color::iter() to generate the 3 test functions to compile.
It would be nice to provide the list of values by a function:
Example:
The text was updated successfully, but these errors were encountered: