瀏覽代碼

feat(test): add minimal trycmd binary

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 2 年之前
父節點
當前提交
efa8fa694f
共有 1 個文件被更改,包括 5 次插入0 次删除
  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");
+}