#!/bin/sh

export HOME=$ADTTMP
touch $HOME/testfile
cp -r tests $ADTTMP
cd $ADTTMP
py.test-3 --ignore tests/test_man.py --ignore tests/test_news.py
