#!/bin/sh
set -e

cp -R tests "$ADTTMP"
cd "$ADTTMP"

py.test tests
