#!/bin/bash
set -e

python3 -m pytest --ignore=.pc -v --datadir `pwd`/debian/data

echo "PASS"
