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

v0.5.0: Release 0.5.0

Compare
Choose a tag to compare
@epage epage released this 23 Sep 20:45
· 85 commits to master since this release
  • 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.