Skip to main content

collect_results

Function collect_results 

Source
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.