-
-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [test/bats](https://github.com/bats-core/bats-core) from `3d3f63d` to `990d8e2`. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Commits](bats-core/bats-core@3d3f63d...990d8e2) --- updated-dependencies: - dependency-name: test/bats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
07eacb4
commit af947f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bats
updated
19 files
+1 −1 | .github/workflows/dependency-review.yml | |
+3 −3 | .github/workflows/release_dockerhub.yml | |
+2 −2 | .github/workflows/scorecard.yml | |
+21 −3 | .github/workflows/tests.yml | |
+2 −0 | docs/CHANGELOG.md | |
+37 −17 | lib/bats-core/test_functions.bash | |
+49 −27 | 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 | |
+306 −0 | libexec/bats-core/bats-gather-tests | |
+21 −7 | libexec/bats-core/bats-preprocess | |
+54 −147 | test/bats.bats | |
+136 −0 | test/filter.bats | |
+28 −0 | test/fixtures/bats/dynamic_test_registration.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 |