fix missing requirements and add test caller
This commit is contained in:
parent
d93ab67edc
commit
78ceb46b2e
8 changed files with 94 additions and 149 deletions
7
tests/test.sh
Executable file
7
tests/test.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
source ../venv/bin/activate
|
||||
./inline.py
|
||||
./cases.py
|
Loading…
Add table
Add a link
Reference in a new issue