bats-core/bats-core (bats/bats)
### [`v1.10.0`](https://togithub.com/bats-core/bats-core/releases/tag/v1.10.0)
[Compare Source](https://togithub.com/bats-core/bats-core/compare/v1.9.0...v1.10.0)
#### Added:
- add `${BATS_TEST_TAGS[@]}` for querying the tags during a test ([#705](https://togithub.com/bats-core/bats-core/issues/705))
- print tags on failing tests ([#705](https://togithub.com/bats-core/bats-core/issues/705))
- test for negative arguments to `--jobs` ([#693](https://togithub.com/bats-core/bats-core/issues/693))
- add tests for `--formatter cat` ([#710](https://togithub.com/bats-core/bats-core/issues/710))
- test coverage in CI ([#718](https://togithub.com/bats-core/bats-core/issues/718))
- Support for [rush](https://togithub.com/shenwei356/rush) as alternative to GNU parallel ([#729](https://togithub.com/bats-core/bats-core/issues/729))
- add `bats_pipe` helper function for `run` that executes `\|` as pipes ([#663](https://togithub.com/bats-core/bats-core/issues/663))
- publish docker images to ghcr.io (additionally to Dockerhub) ([#740](https://togithub.com/bats-core/bats-core/issues/740))
##### Documentation:
- clarify use cases of `--formatter cat` ([#710](https://togithub.com/bats-core/bats-core/issues/710))
#### Fixed:
- fix `run` with options overwriting the value of `i` ([#726](https://togithub.com/bats-core/bats-core/issues/726), [#727](https://togithub.com/bats-core/bats-core/issues/727))
- fix `${BATS_TEST_NAMES[@]}` containing only `--tags` instead of test name since Bats v1.8.0 ([#705](https://togithub.com/bats-core/bats-core/issues/705))
- fix `run --keep-empty-lines` counting trailing `\n` as (empty) new line ([#711](https://togithub.com/bats-core/bats-core/issues/711))
- fix short flag unpacker creating bogus command lines with valued flags ([#732](https://togithub.com/bats-core/bats-core/issues/732))
- fix formatter becoming confused with retries ([#734](https://togithub.com/bats-core/bats-core/issues/734))
- fix `--gather-test-outputs-in` fails on tests with `/` ([#735](https://togithub.com/bats-core/bats-core/issues/735))
- fix overriding `date` breaks `--timing` ([#736](https://togithub.com/bats-core/bats-core/issues/736))
##### Documentation
- typos, minor edits ([#704](https://togithub.com/bats-core/bats-core/issues/704))
- simplified contributing.md ([#718](https://togithub.com/bats-core/bats-core/issues/718))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.9.0-no-faccessat2
->v1.10.0-no-faccessat2
Release Notes
bats-core/bats-core (bats/bats)
### [`v1.10.0`](https://togithub.com/bats-core/bats-core/releases/tag/v1.10.0) [Compare Source](https://togithub.com/bats-core/bats-core/compare/v1.9.0...v1.10.0) #### Added: - add `${BATS_TEST_TAGS[@]}` for querying the tags during a test ([#705](https://togithub.com/bats-core/bats-core/issues/705)) - print tags on failing tests ([#705](https://togithub.com/bats-core/bats-core/issues/705)) - test for negative arguments to `--jobs` ([#693](https://togithub.com/bats-core/bats-core/issues/693)) - add tests for `--formatter cat` ([#710](https://togithub.com/bats-core/bats-core/issues/710)) - test coverage in CI ([#718](https://togithub.com/bats-core/bats-core/issues/718)) - Support for [rush](https://togithub.com/shenwei356/rush) as alternative to GNU parallel ([#729](https://togithub.com/bats-core/bats-core/issues/729)) - add `bats_pipe` helper function for `run` that executes `\|` as pipes ([#663](https://togithub.com/bats-core/bats-core/issues/663)) - publish docker images to ghcr.io (additionally to Dockerhub) ([#740](https://togithub.com/bats-core/bats-core/issues/740)) ##### Documentation: - clarify use cases of `--formatter cat` ([#710](https://togithub.com/bats-core/bats-core/issues/710)) #### Fixed: - fix `run` with options overwriting the value of `i` ([#726](https://togithub.com/bats-core/bats-core/issues/726), [#727](https://togithub.com/bats-core/bats-core/issues/727)) - fix `${BATS_TEST_NAMES[@]}` containing only `--tags` instead of test name since Bats v1.8.0 ([#705](https://togithub.com/bats-core/bats-core/issues/705)) - fix `run --keep-empty-lines` counting trailing `\n` as (empty) new line ([#711](https://togithub.com/bats-core/bats-core/issues/711)) - fix short flag unpacker creating bogus command lines with valued flags ([#732](https://togithub.com/bats-core/bats-core/issues/732)) - fix formatter becoming confused with retries ([#734](https://togithub.com/bats-core/bats-core/issues/734)) - fix `--gather-test-outputs-in` fails on tests with `/` ([#735](https://togithub.com/bats-core/bats-core/issues/735)) - fix overriding `date` breaks `--timing` ([#736](https://togithub.com/bats-core/bats-core/issues/736)) ##### Documentation - typos, minor edits ([#704](https://togithub.com/bats-core/bats-core/issues/704)) - simplified contributing.md ([#718](https://togithub.com/bats-core/bats-core/issues/718))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.