2 files changed
+2
-2
lines changed- .devcontainer/Dockerfile+1
- .github/workflows/release.yml+2-2
- .github/workflows/scorecard.yml+1-1
- .github/workflows/tests.yml+10-5
- .gitignore+2-2
- Dockerfile+1
- compose.override.dist+1-1
- compose.yaml
- docs/CHANGELOG.md+12-1
- docs/source/faq.rst+1-2
- lib/bats-core/common.bash+6-2
- lib/bats-core/test_functions.bash+10-2
- libexec/bats-core/bats+9
- libexec/bats-core/bats-exec-file+10
- libexec/bats-core/bats-exec-suite+22-5
- libexec/bats-core/bats-format-junit+1
- libexec/bats-core/bats-gather-tests+22-3
- libexec/bats-core/bats-preprocess+1-6
- test/bats.bats+51-1
- 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/junit-formatter/issue_1149.bats+12
- test/junit-formatter.bats+23-10
- test/parallel.bats+2
- test/suite.bats+19
Submodule bats-assert updated 21 files
- .github/CONTRIBUTING.md-8
- .gitignore+1
- docs/CONTRIBUTING.md+22
- package-lock.json+2-2
- package.json+1-1
- src/assert_line.bash+2-5
- src/assert_output.bash+2-4
- src/assert_regex.bash+2-4
- src/refute_line.bash+28-5
- src/refute_output.bash+2-5
- src/refute_regex.bash+2-4
- 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/refute_line.bats+11-1
- test/refute_output.bats+10-1
- test/refute_regex.bats+11-1
- test/refute_stderr.bats+11-1
- test/refute_stderr_line.bats+11-1
0 commit comments