#! /bin/sh

cp -r pyproject.toml src/corsheaders tests ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP} && ls -la && PYTHONPATH=. python3 -m pytest
