#! /bin/sh

cp -r setup.cfg swagger_spec_validator tests ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP} && ls -la && PYTHONPATH=. python3 -m pytest
