Browse Source

feat(test): add minimal trycmd binary

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 2 năm trước cách đây
mục cha
commit
efa8fa694f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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");
+}