MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / env_test_cases

Function env_test_cases

src/executor/tests.rs:121–121  ·  view source on GitHub ↗
(#[case] env_case: (&str, &str))

Source from the content-addressed store, hash-verified

119 #[case(ENV_TESTS[6])]
120 #[case(ENV_TESTS[7])]
121 pub fn env_test_cases(#[case] env_case: (&str, &str)) {}
122
123 pub async fn create_test_setup(config: ExecutorConfig) -> (ExecutionContext, TempDir) {
124 let temp_dir = TempDir::new().unwrap();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected