New
v1.11.1
Added:
- make Dockerfile compatible with
#!/bin/bashfiles (#967)
Documentation
- document
bats_pipefunction (#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-detikversion 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)