Hey, i am writing some tests using the #[values(..)] macro and was wondering if there was anyway to have them set dynamically. IMO this would make it much cleaner and easier to read, as well as just more maintainable so I dont have to update my tests each time i grow my EXPECTED_PATHS
Hey, i am writing some tests using the
#[values(..)]
macro and was wondering if there was anyway to have them set dynamically. IMO this would make it much cleaner and easier to read, as well as just more maintainable so I dont have to update my tests each time i grow myEXPECTED_PATHS
Here is an example of what i am trying to do.