run_tests

Function run_tests 

Source
pub(super) async fn run_tests(
    tests: impl IntoIterator<Item = RpcTestScenario> + Clone,
    client: impl Into<Arc<Client>>,
    filter: String,
) -> Result<()>