#!/bin/sh

set -e

patch -p1 -R < debian/patches/test-path

pytest tests/
