Skip to content

Commit 0a67bf9

Browse files
oSoMoNsylvestre
authored andcommitted
Add integration tests that check the exit codes and stdout/stderr
1 parent 1241db4 commit 0a67bf9

File tree

3 files changed

+453
-0
lines changed

3 files changed

+453
-0
lines changed

Cargo.lock

Lines changed: 352 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ diff = "0.1.10"
1919

2020
[dev-dependencies]
2121
pretty_assertions = "1"
22+
assert_cmd = "2.0.14"
23+
predicates = "3.1.0"
24+
tempfile = "3.10.0"

0 commit comments

Comments
 (0)