ockam_node_test_attribute 0.5.0

Ockam node attribute proc_macros.
Documentation
1
2
3
4
5
6
7
8
9
10
error[E0601]: `main` function not found in crate `$CRATE`
 --> $DIR/pass_if_unused_context.rs:4:1
  |
4 | / #[ockam_node_test_attribute::node_test]
5 | | async fn my_test(_ctx: &mut ockam::Context) -> ockam::Result<()> {
6 | |     // _ctx.stop().unwrap();
7 | |     let _x = 42 as u8;
8 | |     Ok(())
9 | | }
  | |_^ consider adding a `main` function to `$DIR/tests/node_test/pass_if_unused_context.rs`