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

Method create_test_client

src/api_client.rs:556–558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554 /// Create a test API client for use in tests
555 #[cfg(test)]
556 pub fn create_test_client() -> Self {
557 Self::create_test_client_with_url("http://localhost:8000/graphql".to_owned())
558 }
559
560 /// Create a test API client with a custom URL for use in tests
561 #[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected