Commit 222a061
authored
CI/tests: update bats-*, remove bats-mock (#4172)
* CI/tests: update bats-*, remove bats-mock
* remove reference to bats-mock
* skip buggy bats-core 1.13
bats-core/bats-assert#91
* remove $FILE from test description
* submodules: use upstream repo1 parent 5fcc066 commit 222a061
File tree
8 files changed
+9
-21
lines changed- test
- bats
- lib
8 files changed
+9
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
305 | 304 | | |
306 | 305 | | |
307 | 306 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | 307 | | |
315 | 308 | | |
316 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Submodule bats-assert updated 27 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
- 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
- .codespellrc+3
- .github/dependabot.yml+47
- .github/workflows/codespell.yml+22
- .github/workflows/dependency-review.yml+22
- .github/workflows/release.yml+9-4
- .github/workflows/release_dockerhub.yml+13-13
- .github/workflows/scorecard.yml+4-4
- .github/workflows/set_nounset.bash+1-1
- .github/workflows/tests.yml+94-48
- .pre-commit-config.yaml+14
- .readthedocs.yml+6-2
- Dockerfile+5-3
- README.md+23-15
- SECURITY.md+9
- bin/bats+16-1
- contrib/rpm/bats.spec+1-1
- docker-compose.override.dist-1
- docker-compose.yml-1
- docs/CHANGELOG.md+81
- docs/CONTRIBUTING.md+2-2
- docs/list-links.py+4
- docs/source/assets/README.md+24
- docs/source/assets/dark_mode_bat.svg+55
- docs/source/assets/dark_mode_cube.svg+98
- docs/source/assets/dark_mode_wordmark_lowercase.svg+75
- docs/source/assets/dark_mode_wordmark_uppercase.svg+80
- docs/source/assets/light_mode_bat.svg+99
- docs/source/assets/light_mode_cube.svg+90
- docs/source/assets/light_mode_wordmark_lowercase.svg+79
- docs/source/assets/light_mode_wordmark_uppercase.svg+48
- docs/source/conf.py+4-2
- docs/source/docker-usage.md+18-6
- docs/source/faq.rst+3-1
- docs/source/index.rst+5-1
- docs/source/installation.rst+2-2
- docs/source/support-matrix.rst+2-2
- docs/source/tutorial.rst+8-8
- docs/source/warnings/BW02.rst+2-2
- docs/source/warnings/BW03.rst+2-2
- docs/source/writing-tests.md+101-12
- install.sh+9-3
- lib/bats-core/preprocessing.bash+9-12
- lib/bats-core/test_functions.bash+46-31
- lib/bats-core/tracing.bash+63-37
- lib/bats-core/warnings.bash+1-1
- libexec/bats-core/bats+2-3
- libexec/bats-core/bats-exec-file+19-10
- libexec/bats-core/bats-exec-suite+45-201
- libexec/bats-core/bats-exec-test+27-12
- libexec/bats-core/bats-format-junit+6-2
- libexec/bats-core/bats-format-pretty+1-1
- libexec/bats-core/bats-format-tap+1-1
- libexec/bats-core/bats-format-tap13+1-1
- libexec/bats-core/bats-gather-tests+378
- libexec/bats-core/bats-preprocess+15-11
- man/bats.7+1-1
- man/bats.7.ronn+3-3
- package.json+1-1
- shellcheck.sh+1-1
- test/bats.bats+118-149
- test/cat-formatter.bats+1-1
- test/filter.bats+136
- test/fixtures/bats/dynamic_test_registration.bats+28
- test/fixtures/bats/failure_callback.bats+19
- test/fixtures/bats/failure_callback_setup_file.bats+11
- test/fixtures/bats/failure_callback_setup_suite/dummy.bats+3
- test/fixtures/bats/failure_callback_setup_suite/setup_suite.bash+7
- test/fixtures/bats/focused_filtered_out.bats+9
- test/fixtures/bats/issue-205.bats+1-1
- test/fixtures/bats/preserve_IFS/helper.bash+8
- test/fixtures/bats/preserve_IFS/setup_suite.bash+11
- test/fixtures/bats/preserve_IFS/test.bats+15
- test/fixtures/bats/test_with_slash.bats+1-1
- test/fixtures/formatter/echo-formatter+1-1
- test/fixtures/suite/errors_in_multiple_load/a.bats+5
- test/fixtures/suite/errors_in_multiple_load/b.bats+5
- test/fixtures/suite/errors_in_multiple_load/c.bats+5
- test/fixtures/suite/errors_in_multiple_load/test_helper.bash+1
- test/fixtures/suite/multiple_load_constants/a.bats+5
- test/fixtures/suite/multiple_load_constants/b.bats+5
- test/fixtures/suite/multiple_load_constants/test_helper.bash+2
- test/formatter.bats+1-1
- test/install.bats+14-13
- test/junit-formatter.bats+5-5
- test/parallel.bats+2-2
- test/root.bats+2-1
- test/suite.bats+43
- test/suite_setup_teardown.bats+1-1
- test/tagging.bats+7-5
- test/test_helper.bash+13-3
- test/timeout.bats+1
- test/warnings.bats+5-14
- uninstall.sh+35-11
This file was deleted.
0 commit comments