#!/bin/bash
set -e
cp -r core/tests core/testing "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 -m pytest tests/

