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

