raspiblitz/test/README.md

13 lines
158 B
Markdown
Raw Normal View History

# Running tests
## Install bats
```
sudo apt install bats
```
## Run tests manually
```
bats ./bonus.postgresql-13.bats
bats ./bonus.postgresql-15.bats
```