- update to 1.13.0:
* use the `syntax` parser directive to declare the Dockerfile
syntax version
* Negative test filtering via `--negative-filter` - tests
matching the filter are *excluded*
* fail-fast flag `--abort` to stop test suite execution on
first failure
* unset `output`, `stderr`, `lines`, `stderr_lines` at the
start of `run` to avoid crosstalk
* between successive invocations
* XML escape fully removes ANSI sequences, e.g. color codes,
cursor movements
* fix retried tests being listed multiple times
* fix crash when `setup_suite` fails
* remove deprecated windows runner
* renamed `docker-compose.yml` to `compose.yaml`
* `bats_test_function`: don't require `--tags` to be sorted
* fix `BATS_TEST_TIMEOUT`
* not stopping processes under `run`
* prolonging skipped tests
* moved 3rd-party libraries list into wiki
* cleanup: remove unused $BATS_FILTER
* clarify use cases of `run` (#366)
* Fix infinite wait with (invalid) -j<n> (without space)
* test_tags=<tag list>/# bats file_tags=<tag list> and --filter-tags <tag list> for tagging tests
OBS-URL: https://build.opensuse.org/request/show/1342630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bats?expand=0&rev=21
Description
No description provided
Languages
RPM Spec
100%