#!/bin/sh
set -e

cp -R tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

py.test tests
