raspiblitz/test/README.md
2024-04-02 12:03:02 +02:00

12 lines
158 B
Markdown

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