#!/bin/sh
set -e -u
cp -a tests/ "$ADTTMP"
cd "$ADTTMP/tests/"
LC_ALL=C.UTF-8 python -m pytest
