test: add contract test for discord bot

This commit is contained in:
Jack Michaud
2023-01-01 18:58:01 +01:00
committed by Andreas Köpf
parent 5c9b9e3c9f
commit 036c4b6c6c
4 changed files with 32 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
# switch to backend directory
pushd "$parent_path/../../discord-bot"
pytest .
popd