#!/bin/bash
set -e

cp -r assets examples cassettes tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

python3 -m pytest 
