-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31d9492
commit 6891f47
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bats-core
updated
19 files
+2 −2 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/release_dockerhub.yml | |
+6 −6 | .github/workflows/tests.yml | |
+6 −2 | .readthedocs.yml | |
+1 −1 | Dockerfile | |
+3 −2 | README.md | |
+13 −0 | bin/bats | |
+4 −1 | docs/CHANGELOG.md | |
+4 −0 | docs/list-links.py | |
+2 −1 | docs/source/conf.py | |
+3 −1 | docs/source/faq.rst | |
+2 −2 | docs/source/warnings/BW02.rst | |
+2 −2 | docs/source/warnings/BW03.rst | |
+1 −1 | install.sh | |
+2 −1 | lib/bats-core/preprocessing.bash | |
+5 −2 | lib/bats-core/test_functions.bash | |
+6 −16 | libexec/bats-core/bats-preprocess | |
+20 −15 | test/bats.bats | |
+5 −5 | test/fixtures/bats/dynamic_test_registration.bats |