Skip to content

Commit

Permalink
build: ⬆️ upgrade bats testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
landure committed Mar 8, 2024
1 parent 6df89a4 commit fece0ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/bats
Submodule bats updated 52 files
+1 −3 .devcontainer/Dockerfile
+7 −8 .github/ISSUE_TEMPLATE/bug_report.md
+0 −7 .github/workflows/release_dockerhub.yml
+0 −72 .github/workflows/scorecard.yml
+24 −120 .github/workflows/tests.yml
+3 −23 Dockerfile
+0 −1 bin/bats
+1 −1 contrib/rpm/bats.spec
+0 −51 docker/install_libs.sh
+1 −44 docs/CHANGELOG.md
+194 −34 docs/CONTRIBUTING.md
+2 −16 docs/source/writing-tests.md
+8 −21 lib/bats-core/common.bash
+3 −11 lib/bats-core/formatter.bash
+12 −18 lib/bats-core/semaphore.bash
+4 −137 lib/bats-core/test_functions.bash
+6 −40 libexec/bats-core/bats
+7 −28 libexec/bats-core/bats-exec-file
+8 −46 libexec/bats-core/bats-exec-suite
+9 −37 libexec/bats-core/bats-exec-test
+98 −92 man/bats.1
+5 −39 man/bats.1.ronn
+133 −71 man/bats.7
+0 −135 man/bats.7.ronn
+1 −1 package.json
+4 −66 test/bats.bats
+0 −1,410 test/bats_pipe.bats
+0 −70 test/cat-formatter.bats
+1 −1 test/fixtures/bats/BATS_variables_dont_contain_double_slashes.bats
+0 −2 test/fixtures/bats/comment_style.bats
+0 −3 test/fixtures/bats/date
+0 −2 test/fixtures/bats/exit_11.bash
+0 −11 test/fixtures/bats/external_function_calls.bats
+0 −1 test/fixtures/bats/failing_with_negated_command.bats
+0 −8 test/fixtures/bats/focus.bats
+0 −4 test/fixtures/bats/gobble_up_stdin_sleep_and_print_finish.bash
+0 −11 test/fixtures/bats/override_date_on_path.bats
+0 −3 test/fixtures/bats/test_with_slash.bats
+0 −40 test/fixtures/formatter/echo-formatter
+0 −8 test/fixtures/formatter/retry.bats
+8 −9 test/fixtures/suite/test_number/file2.bats
+0 −1 test/fixtures/suite_setup_teardown/return_nonzero_in_teardown_suite/setup_suite.bash
+0 −11 test/fixtures/suite_setup_teardown/skip_in_setup_file.bats
+0 −26 test/fixtures/tagging/BATS_TEST_TAGS.bats
+0 −5 test/fixtures/tagging/print_tags_on_error.bats
+0 −13 test/formatter.bats
+4 −4 test/parallel.bats
+12 −3 test/pretty-formatter.bats
+6 −4 test/run.bats
+0 −8 test/suite_setup_teardown.bats
+0 −10 test/tagging.bats
+1 −1 test/test_helper.bash
2 changes: 1 addition & 1 deletion test/test_helper/bats-file
Submodule bats-file updated 2 files
+3 −1 README.md
+16 −1 src/file.bash

0 comments on commit fece0ce

Please sign in to comment.