Skip to content

Commit

Permalink
Add integration tests that check the exit codes and stdout/stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN authored and sylvestre committed Feb 22, 2024
1 parent 1241db4 commit 0a67bf9
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 0 deletions.
352 changes: 352 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ diff = "0.1.10"

[dev-dependencies]
pretty_assertions = "1"
assert_cmd = "2.0.14"
predicates = "3.1.0"
tempfile = "3.10.0"
Loading

0 comments on commit 0a67bf9

Please sign in to comment.