Made vigil into a package with a setup.py file.
This commit is contained in:
parent
49f8d87659
commit
5728e5cff3
135 changed files with 76 additions and 50 deletions
6
test-all
6
test-all
|
|
@ -5,10 +5,10 @@
|
|||
|
||||
|
||||
FAILURE=0
|
||||
CODEBASE_PATH=$(dirname $0)
|
||||
for test in ${CODEBASE_PATH}/*_test.py; do
|
||||
CODEBASE_PATH=$(realpath $(dirname $0))
|
||||
for test in ${CODEBASE_PATH}/tests/*_test.py; do
|
||||
echo "Testing $test ..."
|
||||
${test} 2>&1
|
||||
python3 -m unittest ${test} 2>&1
|
||||
FAILURE=$(($FAILURE | $?))
|
||||
echo
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue