mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 22:10:01 -04:00
add unit tests
This commit is contained in:
parent
b071019761
commit
2d98b82ee3
9 changed files with 147 additions and 2 deletions
11
client/tests/run.sh
Executable file
11
client/tests/run.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
trap "exit" INT TERM
|
||||
trap "kill 0" EXIT
|
||||
STATIC="$(pwd)" python3 ../server/wisp_server/main.py >/dev/null &
|
||||
|
||||
sleep 1
|
||||
echo "Running tests"
|
||||
python3 tests/run_tests.py
|
Loading…
Add table
Add a link
Reference in a new issue