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

Function test_deserialize_empty_config

src/project_config/tests.rs:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44#[test]
45fn test_deserialize_empty_config() {
46 let yaml = r#"{}"#;
47 let config: ProjectConfig = serde_yaml::from_str(yaml).unwrap();
48 assert!(config.options.is_none());
49}
50
51#[test]
52fn test_validate_conflicting_min_time_max_rounds() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected