SHA256
1
0
forked from pool/bats

Accepting request 989604 from home:oreinert:branches:devel:tools

- Update to version 1.7.0:
  * Pretty formatter print filename when entering file (#561)
  * BATS_TEST_NAME_PREFIX allows prefixing test names on stdout and in reports (#561)
  * setup_suite and teardown_suite (#571, #585)
  * out-of-band warning infrastructure, with following warnings:
    * BW01: run command not found (exit code 127)  (#586)
    * BW02: run uses flags without proper `bats_require_minimum_version` guard (#587)
  * `bats_require_minimum_version` to guard code that would not run on older
    versions (#587)
  * unbound variable errors in formatters when using `SHELLOPTS=nounset` (`-u`) (#558)
  * don't require `flock` *and* `shlock` for parallel mode test (#554)
  * print name of failing test when using TAP13 with timing information (#559, #555)
  * removed broken symlink, added regression test (#560)
  * don't show empty lines as `#` with pretty formatter  (#561)
  * prevent `teardown`, `teardown_file`, and `teardown_suite` from overriding bats'
    exit code by setting `$status` (e.g. via calling `run`) (#581, #575)
    * **CRITICAL**: this can return exit code 0 despite failed tests, thus preventing
      your CI from reporting test failures! The regression happened in version 1.6.0.
  * `run --keep-empty-lines` now reports 0 lines on empty `$output` (#583)

OBS-URL: https://build.opensuse.org/request/show/989604
OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=29
This commit is contained in:
Olav Reinert 2022-07-16 21:09:58 +00:00 committed by Git OBS Bridge
parent c8a77c5f99
commit 3c9889ff31
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00b9a23fd43ea015ccbedca4666bdefae91b2f46d7a5efeeb655645ffe9610d9
size 117155

3
bats-core-1.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac70c2a153f108b1ac549c2eaa4154dea4a7c1cc421e3352f0ce6ea49435454e
size 124590

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jun 15 18:28:08 UTC 2022 - Olav Reinert <seroton10@gmail.com>
- Update to version 1.7.0:
* Pretty formatter print filename when entering file (#561)
* BATS_TEST_NAME_PREFIX allows prefixing test names on stdout and in reports (#561)
* setup_suite and teardown_suite (#571, #585)
* out-of-band warning infrastructure, with following warnings:
* BW01: run command not found (exit code 127) (#586)
* BW02: run uses flags without proper `bats_require_minimum_version` guard (#587)
* `bats_require_minimum_version` to guard code that would not run on older
versions (#587)
* unbound variable errors in formatters when using `SHELLOPTS=nounset` (`-u`) (#558)
* don't require `flock` *and* `shlock` for parallel mode test (#554)
* print name of failing test when using TAP13 with timing information (#559, #555)
* removed broken symlink, added regression test (#560)
* don't show empty lines as `#` with pretty formatter (#561)
* prevent `teardown`, `teardown_file`, and `teardown_suite` from overriding bats'
exit code by setting `$status` (e.g. via calling `run`) (#581, #575)
* **CRITICAL**: this can return exit code 0 despite failed tests, thus preventing
your CI from reporting test failures! The regression happened in version 1.6.0.
* `run --keep-empty-lines` now reports 0 lines on empty `$output` (#583)
-------------------------------------------------------------------
Wed Jun 8 19:11:07 UTC 2022 - Olav Reinert <seroton10@gmail.com>

View File

@ -18,7 +18,7 @@
%define pname %{name}-core
Name: bats
Version: 1.6.1
Version: 1.7.0
Release: 0
Summary: Bash Automated Testing System
License: MIT