#!/bin/sh

set -e

cp -r taggit tests ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP}

python3 -m django test --settings=tests.settings
