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

echo "=== python demo tests ==="
DEMO_TEST_DIR=test-mshr-demos
cp -r /usr/share/doc/python3-mshr/examples ${DEMO_TEST_DIR}
python3 -m pytest -v ${DEMO_TEST_DIR}/test.py
