Last but not least we do some cleaning and we are done with our first unit test for the federated web `\m/`
```
@test "$btf stop and delete the containers" {
@test "$PREFIX stop and delete the containers" {
for tp in tp1 tp2; do
stop_app $tp
[ "$?" -eq 0 ]
...
...
@@ -246,16 +254,9 @@ Last but not least we do some cleaning and we are done with our first unit test
[ "$?" -eq 0 ]
done
}
@test "$btf drop databases" {
for tp in tp1 tp2; do
drop_database $tp
[ "$?" -eq 0 ]
done
}
```
{% include info.html text="You will find the full version of testproject.bats [here](https://git.feneas.org/feneas/federation/testsuite/raw/master/testproject.bats)!" %}
{% include info.html text="You will find the full version of testproject.bats [here](https://git.feneas.org/feneas/federation/testsuite/raw/master/tests/testproject.bats)!" %}
That should be it! You can add and commit your changes and request a MR upstream: