1 2 3 4 5 6 7
use super::*; use crate::test; #[test] fn common_functions() { test::test_common_command_functions(create("").unwrap()); }