|
|
@ -10,9 +10,13 @@ PROG="scriptform" |
|
|
|
|
|
|
|
|
|
|
|
test () { |
|
|
|
test () { |
|
|
|
# Run tests |
|
|
|
# Run tests |
|
|
|
|
|
|
|
ROOTDIR="$(pwd)" |
|
|
|
cd test && python ./test.py |
|
|
|
cd test && python ./test.py |
|
|
|
|
|
|
|
cd $ROOTDIR |
|
|
|
cd src && flake8 *.py || true |
|
|
|
cd src && flake8 *.py || true |
|
|
|
|
|
|
|
cd $ROOTDIR |
|
|
|
cd src && pylint --reports=n -dR -d star-args -d no-member *.py || true |
|
|
|
cd src && pylint --reports=n -dR -d star-args -d no-member *.py || true |
|
|
|
|
|
|
|
cd $ROOTDIR |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
clean () { |
|
|
|
clean () { |
|
|
|