#!/bin/sh

set -e -u

cp -r src/pycountry/tests/ "$ADTTMP"
cd "$ADTTMP/tests/"
export PYTHONWARNINGS=d

python2.7 -m pytest .
