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

Function test_release_exist

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

Source from the content-addressed store, hash-verified

2167
2168 #[test]
2169 fn test_release_exist() {
2170 let HelmTestCtx { ref helm, ref charts } = HelmTestCtx::new("test-release-exist");
2171 let ret = helm.check_release_exist(&charts[0], &[]);
2172
2173 assert!(matches!(ret, Err(HelmError::ReleaseDoesNotExist(test)) if test == charts[0].name))
2174 }
2175
2176 #[test]
2177 fn test_list_release() {

Callers

nothing calls this directly

Calls 1

check_release_existMethod · 0.80

Tested by

no test coverage detected