Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 51f7851

Browse files
committed
Release 0.5.0
This release includes - 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.
1 parent 4cc32a5 commit 51f7851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assert_cli"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Test CLI Applications."
55
authors = ["Pascal Hertleif <killercup@gmail.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)