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

Function test_from_args_empty

src/instruments/mod.rs:88–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87 #[test]
88 fn test_from_args_empty() {
89 let instruments = Instruments::try_from(&RunArgs::test()).unwrap();
90 assert!(instruments.mongodb.is_none());
91 }
92
93 #[test]
94 fn test_from_args() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected