#!/bin/sh

set -e
cd tests
cp -a /usr/lib/python3/dist-packages/python-sigmavirus24-urltemplate/uritemplate .
sync
echo "Start unit test on uritemplate"
python3 test_uritemplate.py
echo "run: OK"
