()
| 2225 | |
| 2226 | #[tokio::test] |
| 2227 | async fn p2_cli_serve_trap_before_set() -> Result<()> { |
| 2228 | p2_cli_serve_guest_never_invoked_set(P2_CLI_SERVE_TRAP_BEFORE_SET_COMPONENT).await |
| 2229 | } |
| 2230 | |
| 2231 | #[test] |
| 2232 | fn p3_cli_hello_stdout() -> Result<()> { |
nothing calls this directly
no test coverage detected