Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update test/.bats/bats-core digest to 7ca23b1 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/.bats/bats-core
Submodule bats-core updated 99 files
+3 βˆ’0 .codespellrc
+3 βˆ’1 .devcontainer/Dockerfile
+8 βˆ’7 .github/ISSUE_TEMPLATE/bug_report.md
+47 βˆ’0 .github/dependabot.yml
+22 βˆ’0 .github/workflows/codespell.yml
+22 βˆ’0 .github/workflows/dependency-review.yml
+9 βˆ’4 .github/workflows/release.yml
+19 βˆ’12 .github/workflows/release_dockerhub.yml
+72 βˆ’0 .github/workflows/scorecard.yml
+1 βˆ’1 .github/workflows/set_nounset.bash
+134 βˆ’38 .github/workflows/tests.yml
+14 βˆ’0 .pre-commit-config.yaml
+6 βˆ’2 .readthedocs.yml
+5 βˆ’3 Dockerfile
+23 βˆ’15 README.md
+9 βˆ’0 SECURITY.md
+17 βˆ’1 bin/bats
+1 βˆ’1 contrib/rpm/bats.spec
+0 βˆ’1 docker-compose.override.dist
+0 βˆ’1 docker-compose.yml
+86 βˆ’0 docs/CHANGELOG.md
+20 βˆ’196 docs/CONTRIBUTING.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
+18 βˆ’6 docs/source/docker-usage.md
+3 βˆ’1 docs/source/faq.rst
+5 βˆ’1 docs/source/index.rst
+2 βˆ’2 docs/source/installation.rst
+8 βˆ’8 docs/source/tutorial.rst
+2 βˆ’2 docs/source/warnings/BW02.rst
+2 βˆ’2 docs/source/warnings/BW03.rst
+101 βˆ’12 docs/source/writing-tests.md
+9 βˆ’3 install.sh
+9 βˆ’0 lib/bats-core/common.bash
+11 βˆ’3 lib/bats-core/formatter.bash
+9 βˆ’12 lib/bats-core/preprocessing.bash
+162 βˆ’18 lib/bats-core/test_functions.bash
+63 βˆ’37 lib/bats-core/tracing.bash
+1 βˆ’1 lib/bats-core/warnings.bash
+17 βˆ’5 libexec/bats-core/bats
+23 βˆ’14 libexec/bats-core/bats-exec-file
+36 βˆ’192 libexec/bats-core/bats-exec-suite
+46 βˆ’19 libexec/bats-core/bats-exec-test
+6 βˆ’2 libexec/bats-core/bats-format-junit
+1 βˆ’1 libexec/bats-core/bats-format-pretty
+1 βˆ’1 libexec/bats-core/bats-format-tap
+1 βˆ’1 libexec/bats-core/bats-format-tap13
+378 βˆ’0 libexec/bats-core/bats-gather-tests
+15 βˆ’11 libexec/bats-core/bats-preprocess
+1 βˆ’1 man/bats.7
+73 βˆ’2 man/bats.7.ronn
+1 βˆ’1 package.json
+1 βˆ’1 shellcheck.sh
+136 βˆ’151 test/bats.bats
+1,410 βˆ’0 test/bats_pipe.bats
+1 βˆ’1 test/cat-formatter.bats
+136 βˆ’0 test/filter.bats
+3 βˆ’0 test/fixtures/bats/date
+28 βˆ’0 test/fixtures/bats/dynamic_test_registration.bats
+19 βˆ’0 test/fixtures/bats/failure_callback.bats
+11 βˆ’0 test/fixtures/bats/failure_callback_setup_file.bats
+3 βˆ’0 test/fixtures/bats/failure_callback_setup_suite/dummy.bats
+7 βˆ’0 test/fixtures/bats/failure_callback_setup_suite/setup_suite.bash
+1 βˆ’1 test/fixtures/bats/issue-205.bats
+11 βˆ’0 test/fixtures/bats/override_date_on_path.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
+3 βˆ’0 test/fixtures/bats/test_with_slash.bats
+40 βˆ’0 test/fixtures/formatter/echo-formatter
+8 βˆ’0 test/fixtures/formatter/retry.bats
+5 βˆ’0 test/fixtures/suite/errors_in_multiple_load/a.bats
+5 βˆ’0 test/fixtures/suite/errors_in_multiple_load/b.bats
+5 βˆ’0 test/fixtures/suite/errors_in_multiple_load/c.bats
+1 βˆ’0 test/fixtures/suite/errors_in_multiple_load/test_helper.bash
+5 βˆ’0 test/fixtures/suite/multiple_load_constants/a.bats
+5 βˆ’0 test/fixtures/suite/multiple_load_constants/b.bats
+2 βˆ’0 test/fixtures/suite/multiple_load_constants/test_helper.bash
+14 βˆ’1 test/formatter.bats
+14 βˆ’13 test/install.bats
+5 βˆ’5 test/junit-formatter.bats
+3 βˆ’10 test/parallel.bats
+2 βˆ’1 test/root.bats
+43 βˆ’0 test/suite.bats
+1 βˆ’1 test/suite_setup_teardown.bats
+7 βˆ’5 test/tagging.bats
+13 βˆ’3 test/test_helper.bash
+1 βˆ’0 test/timeout.bats
+5 βˆ’14 test/warnings.bats
+35 βˆ’11 uninstall.sh