Explorar el Código

feat(test): add minimal trycmd binary

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens hace 2 años
padre
commit
efa8fa694f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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");
+}