This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Commit 51f7851
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments