SHA256
1
0
forked from pool/bats

Accepting request 1099779 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1099779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bats?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2023-07-25 09:50:33 +00:00 committed by Git OBS Bridge
commit 37b8b3f0b6
4 changed files with 30 additions and 4 deletions

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

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sun Jul 16 18:41:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.10.0:
* add `${BATS_TEST_TAGS[@]}` for querying the tags during a
test
* print tags on failing tests
* test for negative arguments to `--jobs`
* add tests for `--formatter cat`
* test coverage in CI
* Support for rush as alternative to GNU parallel
* add `bats_pipe` helper function for `run` that executes `\|`
as pipes
* publish docker images to ghcr.io (additionally to Dockerhub)
* clarify use cases of `--formatter cat`
* fix `run` with options overwriting the value of `i`
* fix `${BATS_TEST_NAMES[@]}` containing only `--tags` instead
of test name since Bats v1.8.0
* fix `run --keep-empty-lines` counting trailing ` ` as
(empty) new line
* fix short flag unpacker creating bogus command lines with
valued flags
* fix formatter becoming confused with retries
* fix `--gather-test-outputs-in` fails on tests with `/`
* fix overriding `date` breaks `--timing`
-------------------------------------------------------------------
Tue Feb 14 09:42:03 UTC 2023 - Avinesh Kumar <avinesh.kumar@suse.com>

View File

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