DEBSOURCES
Skip Quicknav
sources / rust-serial-test / 3.2.0-2 / tests / tests.rs
12345678
use serial_test::local_serial_core; #[test] fn test_empty_serial_call() { local_serial_core(vec!["beta"], None, || { println!("Bar"); }); }