Skip to content
Compare
Choose a tag to compare
@alerque alerque released this 06 Nov 11:42
· 1 commit to master since this release
02f31a9

Features

  • Add Korean localization — @marocchino
  • Add --exclude-name-file and --log-success options — @hanshuebner
    (When combined can automate re-running only failed tests)
  • Add --name option to easily run single tests — @hanshuebner

Bug Fixes

  • Remove unused luafilesystem dependency — @dundargoc
  • Correct installation and example documentation — @C3pa and @alerque
  • Use escape sequences to output UTF-8 characters in more environments — @Commandcracker
  • Output more standard tracing notation in gtest handler — @Tieske
  • Fix casting to string before encoding errors in JSON — @svermeulen
  • Correct TAP handler to not error on no test files — @notomo