Procházet zdrojové kódy

feat(test): add minimal trycmd binary

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens před 2 roky
rodič
revize
efa8fa694f
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      tests/cli_tests.rs

+ 5 - 0
tests/cli_tests.rs

@@ -0,0 +1,5 @@
+#[test]
+fn cli_tests() {
+    trycmd::TestCases::new()
+        .case("tests/cmd/*.toml");
+}