MCPcopy Create free account
hub / github.com/cncf/gitvote / get_test_valid_config

Function get_test_valid_config

src/testutil.rs:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43pub(crate) fn get_test_valid_config() -> String {
44 fs::read_to_string(Path::new(TESTDATA_PATH).join("config.yml")).unwrap()
45}
46
47pub(crate) fn setup_test_issue_event() -> IssueEvent {
48 IssueEvent {

Calls

no outgoing calls

Tested by

no test coverage detected