MCPcopy Create free account
hub / github.com/Qovery/engine / check_version

Function check_version

lib-engine/src/cmd/helm.rs:2156–2166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2154
2155 #[test]
2156 fn check_version() {
2157 let mut output = String::new();
2158 let _ = helm_exec_with_output(
2159 &["version"],
2160 &[],
2161 &mut |line| output.push_str(&line),
2162 &mut |_line| {},
2163 &CommandKiller::never(),
2164 );
2165 assert!(output.contains("Version:\"v3.20.0\""));
2166 }
2167
2168 #[test]
2169 fn test_release_exist() {

Callers

nothing calls this directly

Calls 1

helm_exec_with_outputFunction · 0.85

Tested by

no test coverage detected