https://github.com/bash-unit/getting_started
https://github.com/bash-unit/getting_started
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bash-unit/getting_started
- Owner: bash-unit
- License: gpl-3.0
- Created: 2025-04-16T12:51:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-16T12:54:29.000Z (12 months ago)
- Last Synced: 2025-04-16T18:43:35.583Z (12 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This getting started project gives you a few example of tests you may write
with [bash_unit](https://github.com/bash-unit/bash_unit/).
You can play with these tests by, first, [installing bash_unit](https://github.com/bash-unit/bash_unit/blob/main/README.adoc#how-to-install-bash_unit) and then git clone this project and run the tests:
```bash
git clone https://github.com/bash-unit/getting_started.git
cd getting_started
bash_unit tests/test_*
```