| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-29 | 670 Bytes | |
| v1.11.1 source code.tar.gz | 2024-11-29 | 174.8 kB | |
| v1.11.1 source code.zip | 2024-11-29 | 308.0 kB | |
| Totals: 3 Items | 483.4 kB | 0 | |
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)