Releases: assert-rs/assert_cli Releases · assert-rs/assert_cli
v0.6.0 Compare Sorry, something went wrong.
No results found epage
released this
08 May 19:14
Use active compilation profile (see #97 ) Support byte-based predicates for stdout, stderr (see #87 ) Fn predicates via the statisfies function (see #87 )Reduce deps by switching from skeptic to docmatic v0.5.6 Compare Sorry, something went wrong.
No results found epage
released this
11 May 20:18
v0.5.5 Compare Sorry, something went wrong.
No results found epage
released this
11 May 20:18
Failed upload to crates.io, see 0.6.0
v0.5.4: Release 0.5.4 Compare Sorry, something went wrong.
No results found epage
released this
12 Oct 22:33
Assert::with_env for setting environment variablesRelease v0.5.3 Compare Sorry, something went wrong.
No results found epage
released this
06 Oct 22:08
v0.5.2: Release 0.5.2 Compare Sorry, something went wrong.
No results found epage
released this
27 Sep 15:48
Show stdout/stderr on exit code failures Show expected/got strings for output assertions Show more context on failure. v0.5.1: Release 0.5.1 Compare Sorry, something went wrong.
No results found epage
released this
24 Sep 03:37
Reduce unnecesary rebuilds due to skeptic. v0.5.0: Release 0.5.0 Compare Sorry, something went wrong.
No results found epage
released this
23 Sep 20:45
Changing output asserts
.prints -> .stdout().contains.prints_exactly -> .stdout().is.prints_error -> .stderr().contains.prints_error_exactly -> .stderr().is Add negative output assertions
.stdout().isnt.stdout().doesnt_contain Output assertions are now anded together rather than replacing each
other. v0.3.0 Compare Sorry, something went wrong.
No results found Return output information from assert calls. v0.2.2 Compare Sorry, something went wrong.
No results found Added non-output versions of assert_cli functions and macro