This commit is contained in:
parent
e2841c0129
commit
1c7e9d627d
4 changed files with 11 additions and 5 deletions
|
@ -6,6 +6,12 @@ bash scripts/build.sh
|
|||
|
||||
# Run python tests
|
||||
cp -r runtime-pyside6/tests build/runtime-pyside6
|
||||
cp -r ci CHANGELOG.md build/runtime-pyside6
|
||||
cd build/runtime-pyside6 || exit 1
|
||||
PYTHONPATH="$PYTHONPATH:." pytest --cov=LogarithmPlotter --cov-report term-missing .
|
||||
cd ../../
|
||||
|
||||
# Run js tests
|
||||
cd common
|
||||
npm test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue