()
| 43 | #[should_panic = "`CARGO_BIN_EXE_assert_cmd` is unset |
| 44 | help: available binary names are \"bin_fixture\""] |
| 45 | fn trait_example() { |
| 46 | let mut cmd = Command::cargo_bin(pkg_name!()).unwrap(); |
| 47 | let output = cmd.unwrap(); |
| 48 | println!("{output:?}"); |
| 49 | } |
| 50 | |
| 51 | #[test] |
| 52 | #[should_panic = "`CARGO_BIN_EXE_assert_cmd` is unset |