Skip to content

0.6.0: Add CLI test runner; xunit report format; new assertion methods

Latest
Compare
Choose a tag to compare
@funkatron funkatron released this 08 Mar 02:32
· 60 commits to master since this release
  • new CLI test runner tool: bin/fu
  • support for xunit-style XML report format
  • new assertion methods: FUnit::not_ok(), FUnit::all_ok(), FUnit::not_has(), FUnit::pass()
  • dump backtraces when errors/exceptions caught
  • lots more debugging info when enabled