v0.1.0
Added
- Reporting arbitrary failures with
fail()
- Generic assertions with
assert()
andassert_equal()
- Testing exit status with
assert_success()
andassert_failure()
- Testing output with
assert_output()
andrefute_output()
- Testing individual lines with
assert_line()
andrefute_line()