Skip to content

Commit

Permalink
update bats (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Mar 11, 2024
1 parent f71a70d commit 8b33dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bats/core
Submodule core updated 45 files
+1 −1 .github/workflows/codespell.yml
+2 −2 .github/workflows/dependency-review.yml
+4 −4 .github/workflows/release.yml
+7 −7 .github/workflows/release_dockerhub.yml
+3 −3 .github/workflows/scorecard.yml
+46 −28 .github/workflows/tests.yml
+6 −2 .readthedocs.yml
+2 −2 Dockerfile
+23 −15 README.md
+13 −0 bin/bats
+17 −0 docs/CHANGELOG.md
+4 −0 docs/list-links.py
+24 −0 docs/source/assets/README.md
+55 −0 docs/source/assets/dark_mode_bat.svg
+98 −0 docs/source/assets/dark_mode_cube.svg
+75 −0 docs/source/assets/dark_mode_wordmark_lowercase.svg
+80 −0 docs/source/assets/dark_mode_wordmark_uppercase.svg
+99 −0 docs/source/assets/light_mode_bat.svg
+90 −0 docs/source/assets/light_mode_cube.svg
+79 −0 docs/source/assets/light_mode_wordmark_lowercase.svg
+48 −0 docs/source/assets/light_mode_wordmark_uppercase.svg
+4 −2 docs/source/conf.py
+3 −1 docs/source/faq.rst
+1 −1 docs/source/installation.rst
+2 −2 docs/source/warnings/BW02.rst
+2 −2 docs/source/warnings/BW03.rst
+1 −1 install.sh
+2 −1 lib/bats-core/preprocessing.bash
+40 −17 lib/bats-core/test_functions.bash
+50 −28 lib/bats-core/tracing.bash
+7 −1 libexec/bats-core/bats-exec-file
+21 −184 libexec/bats-core/bats-exec-suite
+19 −5 libexec/bats-core/bats-exec-test
+310 −0 libexec/bats-core/bats-gather-tests
+14 −10 libexec/bats-core/bats-preprocess
+66 −148 test/bats.bats
+136 −0 test/filter.bats
+28 −0 test/fixtures/bats/dynamic_test_registration.bats
+8 −0 test/fixtures/bats/preserve_IFS/helper.bash
+11 −0 test/fixtures/bats/preserve_IFS/setup_suite.bash
+15 −0 test/fixtures/bats/preserve_IFS/test.bats
+1 −1 test/fixtures/bats/test_with_slash.bats
+7 −5 test/tagging.bats
+3 −0 test/test_helper.bash
+1 −0 test/timeout.bats

0 comments on commit 8b33dcf

Please sign in to comment.