forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Prebuilt Release @ ab07000
This commit is contained in:
21
panda/test.sh
Executable file
21
panda/test.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
||||
cd $DIR
|
||||
|
||||
# *** env setup ***
|
||||
source ./setup.sh
|
||||
|
||||
# *** build ***
|
||||
scons -j8
|
||||
|
||||
# *** lint ***
|
||||
ruff check .
|
||||
mypy python/
|
||||
|
||||
|
||||
# *** test ***
|
||||
|
||||
# TODO: make randomly work
|
||||
pytest --randomly-dont-reorganize tests/
|
||||
Reference in New Issue
Block a user