()
| 34 | |
| 35 | #[test] |
| 36 | fn append_context_example() { |
| 37 | Command::cargo_bin("bin_fixture") |
| 38 | .unwrap() |
| 39 | .assert() |
| 40 | .append_context("main", "no args") |
| 41 | .success(); |
| 42 | } |
| 43 | |
| 44 | #[test] |
| 45 | fn success_example() { |
nothing calls this directly
no test coverage detected