#!/bin/bash
set -e

cp -r tests "$AUTOPKGTEST_TMP"

cd "$AUTOPKGTEST_TMP"

export PYTHONPATH=/usr/share/dh-ros

python3 -m pytest -v
