Skip to content

Releases: ztombol/bats-assert

v0.3.0

22 Mar 22:39
Compare
Choose a tag to compare

Removed

  • Move fail() to bats-support

v0.2.0

11 Mar 13:13
Compare
Choose a tag to compare

Added

  • refute() to complement assert()
  • npm support

Fixed

  • Not consuming the -- when stopping option parsing in
    assert_output, refute_output, assert_line and refute_line

v0.1.0

08 Mar 01:33
Compare
Choose a tag to compare

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()