2024-04-02 12:03:02 +02:00
|
|
|
# Running tests
|
|
|
|
|
|
|
|
## Install bats
|
|
|
|
```
|
|
|
|
sudo apt install bats
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run tests manually
|
|
|
|
```
|
2024-04-06 10:23:39 +02:00
|
|
|
bats --verbose-run ./bonus.postgresql-13.bats
|
|
|
|
bats --verbose-run ./bonus.postgresql-15.bats
|
2024-04-02 12:03:02 +02:00
|
|
|
```
|