docs: unit tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-09-21 11:33:19 +02:00
parent 8b74678c7d
commit 7a2145a0d3
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 18 additions and 0 deletions

View File

@ -20,6 +20,24 @@ Our [Drone CI configuration](https://git.coopcloud.tech/coop-cloud/abra/src/bran
Please use the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/) for your commits so we can automate our change log.
## Unit tests
### Run tests
Run the entire suite.
```
make test
```
### Filter tests
Run a specific test.
```
go test ./pkg/recipe -v -run TestGetVersionLabelLocalDoesNotUseTimeoutLabel
```
## Integration tests
### Install dependencies