all: bdd python

bdd:
	cd bdd && behave -DREMOVE_TEMPLATE=1

python:
	pytest python


.PHONY: bdd python