Skip to content

Commit

Permalink
Redo integration test output (#633)
Browse files Browse the repository at this point in the history
Much more coherent — shows output of inner tests consistently regardless
of how they fail, with a nice prefix. Removes the clunky
`assert_success` function.
  • Loading branch information
max-sixty authored Oct 4, 2024
1 parent 916eed7 commit c1137fe
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 73 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cargo-insta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ walkdir = "2.3.1"
similar= "2.2.1"
itertools = "0.10.0"
termcolor = "1.1.2"
os_pipe = "0.9.0"
Loading

0 comments on commit c1137fe

Please sign in to comment.