MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / cmd

Function cmd

src/environmentd/tests/cli.rs:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12use assert_cmd::{Command, cargo_bin};
13
14fn cmd() -> Command {
15 let mut cmd = Command::new(cargo_bin!("environmentd"));
16 cmd.env_clear().timeout(Duration::from_secs(10));
17 cmd
18}
19
20/// This test seems a bit tautological, but it protects against Clap defaults
21/// changing and overwriting our custom version output.

Callers 1

test_versionFunction · 0.70

Calls 1

timeoutMethod · 0.80

Tested by

no test coverage detected