Sfoglia il codice sorgente

feat(test): add minimal trycmd binary

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 2 anni fa
parent
commit
efa8fa694f
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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");
+}