echo "=== python unit tests ==="
python3 -m pytest -v test/test.py

echo "=== python demo tests ==="
python3 -m pytest -v demo/python/test.py
