MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / test_group

Method test_group

crates/cli/src/wast_runner.rs:143–145  ·  view source on GitHub ↗
(&mut self, name: &str, file: &str)

Source from the content-addressed store, hash-verified

141 }
142
143 fn test_group(&mut self, name: &str, file: &str) -> &mut TestGroup {
144 self.0.entry(name.to_string()).or_insert_with(|| TestGroup::new(file))
145 }
146
147 pub fn run_files<'a>(&mut self, tests: impl IntoIterator<Item = TestFile<'a>>) -> Result<()> {
148 for file in tests {

Callers 1

run_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected