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

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
epage committed Sep 23, 2017
1 parent 4cc32a5 commit 51f7851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "assert_cli"
version = "0.4.0"
version = "0.5.0"
description = "Test CLI Applications."
authors = ["Pascal Hertleif <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 51f7851

Please sign in to comment.