Skip to content

v1.11.1

Latest
Compare
Choose a tag to compare
@martin-schulze-vireso martin-schulze-vireso released this 29 Nov 22:33
· 18 commits to master since this release
v1.11.1
b640ec3

Added:

  • make Dockerfile compatible with #!/bin/bash files (#967)

Documentation

  • document bats_pipe function (#901)

Fixed:

  • unbreak test suites with multiple files loading common constants (#904), introduced in v1.11.0
  • docker image won't crash if a file or directory named 'bats' exists (#920)
  • use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests' (#985, #990)

Changed:

  • update Docker image with the latest bats-detik version 1.3.2 (#1017)
  • cleanup: remove unused $BATS_FILTER (#907)

Documentation

  • fix hard-coded link to readthedocs (#901)
  • fix tutorial code for multiline test suite (#1011)