Skip to content

v0.1.0

Compare
Choose a tag to compare
@ztombol ztombol released this 08 Mar 01:33
· 16 commits to master since this release

Added

  • Reporting arbitrary failures with fail()
  • Generic assertions with assert() and assert_equal()
  • Testing exit status with assert_success() and assert_failure()
  • Testing output with assert_output() and refute_output()
  • Testing individual lines with assert_line() and refute_line()