pub fn collect_results(lua: &Lua) -> Result<TestSummary, Error>Expand description
Collect structured test results from the lust framework.
Call this after all describe/it blocks have executed.
pub fn collect_results(lua: &Lua) -> Result<TestSummary, Error>Collect structured test results from the lust framework.
Call this after all describe/it blocks have executed.