·
18 commits
to master
since this release
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)