https://github.com/stefanzweifel/getting-started-with-bash-testing
Example Bash Project to get started with testing with Bats.
https://github.com/stefanzweifel/getting-started-with-bash-testing
Last synced: 10 months ago
JSON representation
Example Bash Project to get started with testing with Bats.
- Host: GitHub
- URL: https://github.com/stefanzweifel/getting-started-with-bash-testing
- Owner: stefanzweifel
- License: mit
- Created: 2020-12-22T13:20:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:18:30.000Z (over 1 year ago)
- Last Synced: 2025-03-15T13:41:20.102Z (10 months ago)
- Language: Shell
- Homepage: https://stefanzweifel.dev/posts/2020/12/22/getting-started-with-bash-testing-with-bats
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Bash Testing
This repository holds an example Bash project which has been created for my guide [Getting Started with Bash Testing with Bats](https://stefanzweifel.dev/posts/2020/12/22/getting-started-with-bash-testing-with-bats).
Feel free to fork this repository to test things out or open a [discussion](https://github.com/stefanzweifel/getting-started-with-bash-testing/discussions) if you have questions or feedback.