#!/usr/bin/make -f
%:
	dh $@ --with python3

override_dh_auto_build:
	@python3 -m pytest test.py

override_dh_missing:
	dh_missing --fail-missing
