MCPcopy Create free account
hub / github.com/Devolutions/psign / help_lists_code_orchestrator_command

Function help_lists_code_orchestrator_command

tests/code_command.rs:28–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27#[test]
28fn help_lists_code_orchestrator_command() {
29 let mut cmd = psign();
30 cmd.arg("--help");
31 cmd.assert()
32 .success()
33 .stdout(predicate::str::contains("code"));
34}
35
36#[test]
37fn code_dry_run_file_list_applies_globs_braces_ranges_and_negation() {

Callers

nothing calls this directly

Calls 1

psignFunction · 0.70

Tested by

no test coverage detected