1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

test: add more api tests

This commit is contained in:
Ferdinand Mütsch
2021-06-11 17:41:55 +02:00
parent 538b9d2463
commit c1c78d8d5b
5 changed files with 1739 additions and 454 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
if [ ! -f "wakapi" ]; then
echo "Wakapi executable not found. Run 'go build' first."
exit 1
echo "Wakapi executable not found. Compiling."
go build
fi
if ! command -v newman &> /dev/null