v1.10.0 #749
martin-schulze-vireso
announced in
Announcements
v1.10.0
#749
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added:
${BATS_TEST_TAGS[@]}
for querying the tags during a test (Fix BATS_TEST_NAMES contains "--tags" #705)--jobs
(test/parallel: add a test for negative jobs number arguments #693)--formatter cat
(Test cat formatter and update usage string #710)bats_pipe
helper function forrun
that executes\|
as pipes (Addingbats_pipe
Helper Function (originally suggested adding--output-processor
Flag torun
Helper). #663)Documentation:
--formatter cat
(Test cat formatter and update usage string #710)Fixed:
run
with options overwriting the value ofi
(run with options overwrites the value ofi
#726, run: don't change the value of i #727)${BATS_TEST_NAMES[@]}
containing only--tags
instead of test name since Bats v1.8.0 (Fix BATS_TEST_NAMES contains "--tags" #705)run --keep-empty-lines
counting trailing\n
as (empty) new line (Fix extra empty line with run --keep-empty-lines (fixes #708) #711)--gather-test-outputs-in
fails on tests with/
(Fix slash in test names breaks --gather-test-outputs-in #735)date
breaks--timing
(Fix overriding date breaks timing #736)Documentation
This discussion was created from the release v1.10.0.
Beta Was this translation helpful? Give feedback.
All reactions