To be more precise what I do is create mandos test and then wrap them up on runst test like this
#[test]
fn unstake_case_2_a_rs() {
elrond_wasm_debug::mandos_rs("mandos/07-unstake-case-2-a.scen.json", world());
}
and then run this ones when I need to see the prints.
Yes
To be more precise what I do is create mandos test and then wrap them up on runst test like this #[test] fn unstake_case_2_a_rs() { elrond_wasm_debug::mandos_rs("mandos/07-unstake-case-2-a.scen.json", world()); } and then run this ones when I need to see the prints.