github bats-core/bats-core v1.6.0

latest releases: v1.11.0, v1.11.0-RC2, v1.11.0-RC1...
2 years ago

Bats 1.6.0

Released: 2022-02-24

Added:

  • new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize
    quotes around code blocks in error output (#506)
  • an example/regression test for running background tasks without blocking the
    test run (#525, #535)
  • bats_load_library for loading libraries from the search path
    $BATS_LIB_PATH (#548)

Fixed:

  • improved error trace for some broken cases (#279)
  • removed leftover debug file /tmp/latch in selftest suite
    (single use latch) (#516)
  • fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (#516)
  • fixed leaking of local variables from debug trap (#520)
  • don't mark FD3 output from teardown_file as <failure> in junit output (#532)
  • fix unbound variable error with Bash pre 4.4 (#550)

Documentation

  • remove links to defunct freenode IRC channel (#515)
  • improved grammar (#534)
  • fixed link to TAP spec (#537)

Don't miss a new bats-core release

NewReleases is sending notifications on new releases.