DEBSOURCES
Skip Quicknav
sources / rust-magic-wormhole-cli / 0.7.6-1 / tests / cli_tests.rs
12345678
//! Integration tests for the wormhole cli #[test] fn trycmd() { trycmd::TestCases::new() .case("tests/cmd/*.trycmd") .case("tests/cmd/*.toml"); }