4 files changed
+4
-4
lines changed- .devcontainer/Dockerfile+1
- .github/workflows/codespell.yml+1-1
- .github/workflows/dependency-review.yml+2-2
- .github/workflows/release.yml+4-4
- .github/workflows/release_dockerhub.yml+4-4
- .github/workflows/scorecard.yml+4-4
- .github/workflows/tests.yml+48-36
- .gitignore+5-2
- Dockerfile+1
- compose.override.dist+1-1
- compose.yaml
- contrib/rpm/bats.spec+1-1
- docs/CHANGELOG.md+35
- docs/source/faq.rst+1-2
- docs/source/writing-tests.md+1-5
- lib/bats-core/common.bash+22-2
- lib/bats-core/test_functions.bash+12-2
- libexec/bats-core/bats+10-1
- libexec/bats-core/bats-exec-file+13-3
- libexec/bats-core/bats-exec-suite+24-7
- libexec/bats-core/bats-exec-test+48-46
- libexec/bats-core/bats-format-junit+56-23
- libexec/bats-core/bats-gather-tests+23-3
- libexec/bats-core/bats-preprocess+1-6
- package.json+1-1
- test/bats.bats+79-3
- test/common.bats+25
- test/fixtures/bats/abort/early failure.bats+13
- test/fixtures/bats/abort/saturate parallelization.bats+3
- test/fixtures/bats/abort/should not be executed.bats+3
- test/fixtures/bats/comment_style.bats+2
- test/fixtures/bats/failure_callback.bats+1
- test/fixtures/junit-formatter/issue_1149.bats+12
- test/fixtures/junit-formatter/xml-escape.bats+5-5
- test/fixtures/timeout/issue1067.bats+15
- test/fixtures/timeout/run sleep.bats+3
- test/junit-formatter.bats+38-13
- test/parallel.bats+2
- test/suite.bats+19
- test/test_helper.bash+1-1
- test/timeout.bats+19-5
Submodule bats-assert updated 28 files
- .github/workflows/release.yml+37
- .github/workflows/sync-default-branch.yml+25
- .github/workflows/sync-master.yml-8
- .gitignore+1
- docs/CONTRIBUTING.md+22
- install.sh+23
- package-lock.json+2-2
- package.json+7-6
- src/assert_failure.bash+9-1
- src/assert_line.bash+2-5
- src/assert_output.bash+2-4
- src/assert_regex.bash+2-4
- src/assert_success.bash+3
- src/refute_line.bash+28-5
- src/refute_output.bash+2-5
- src/refute_regex.bash+2-4
- test/assert_failure.bats+19
- test/assert_line.bats+17-1
- test/assert_output.bats+11-1
- test/assert_regex.bats+11-1
- test/assert_stderr.bats+11-1
- test/assert_stderr_line.bats+11-1
- test/assert_success.bats+18
- test/refute_line.bats+11-1
- test/refute_output.bats+10-1
- test/refute_regex.bats+11-1
- test/refute_stderr.bats+12-2
- test/refute_stderr_line.bats+11-1
Submodule bats-support updated 14 files
- .github/dependabot.yaml-7
- .github/dependabot.yml+14
- .github/workflows/scorecard.yaml-72
- .github/workflows/sync-default-branch.yml+25
- .github/workflows/test.yml+15
- .github/workflows/tests.yml-27
- .gitignore+3-2
- LICENSE+11-113
- README.md-1
- package-lock.json+28
- package.json+22-8
- src/error.bash-9
- src/lang.bash-9
- src/output.bash-9
0 commit comments