pub fn register_setup(module_path: &'static str, func: FixtureFunc)Expand description
Register a setup function for a module
This is automatically called by the #[setup] attribute macro.
pub fn register_setup(module_path: &'static str, func: FixtureFunc)Register a setup function for a module
This is automatically called by the #[setup] attribute macro.