#!/bin/sh
# autopkgtest: Run unit tests against installed python scripts

export PYTHONPATH=/usr/lib/libreoffice/share/Scripts/python/pythonpath
export PYTHONPATH=$PYTHONPATH:/usr/lib/libreoffice/share/extensions/parlatype/python/components

cd tests

python3 -m unittest -v test_parlatype_utils
python3 -m unittest -v test_document_link
