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

Function test_run_version_for_command

lib-engine/src/cmd/command.rs:440–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438
439 #[test]
440 fn test_run_version_for_command() {
441 let ret = run_version_command_for("ls");
442 assert!(!ret.is_empty());
443 assert!(ret.contains("GNU"))
444 }
445
446 #[test]
447 fn test_error() {

Callers

nothing calls this directly

Calls 1

run_version_command_forFunction · 0.85

Tested by

no test coverage detected