feat: add test runner structure

This commit is contained in:
Thales Lima
2025-03-11 13:59:02 -03:00
committed by Tamara
parent e3ae70ab43
commit 160523a888
3 changed files with 163 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ impl TychoRunner {
Ok(())
}
fn run_with_rpc_server<F, R>(&self, func: F) -> R
pub fn run_with_rpc_server<F, R>(&self, func: F) -> R
where
F: FnOnce() -> R,
{