https://github.com/mikaelvesavuori/bash-testing
Basic testing in Bash.
https://github.com/mikaelvesavuori/bash-testing
bash testing
Last synced: 2 months ago
JSON representation
Basic testing in Bash.
- Host: GitHub
- URL: https://github.com/mikaelvesavuori/bash-testing
- Owner: mikaelvesavuori
- Created: 2023-10-28T12:33:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T12:34:12.000Z (over 2 years ago)
- Last Synced: 2025-06-09T01:02:25.231Z (about 1 year ago)
- Topics: bash, testing
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimalist Bash testing
Just toying around with testing in Bash.
## References
- [Unit testing Bash scripts](https://advancedweb.hu/unit-testing-bash-scripts/)