-all: bdd php
-no-test-db: bdd-no-test-db php
+all: bdd python
bdd:
cd bdd && behave -DREMOVE_TEMPLATE=1
-bdd-no-test-db:
- cd bdd && behave -DREMOVE_TEMPLATE=1 db osm2pgsql
+python:
+ pytest python
-php:
- cd php && phpunit ./
-
-.PHONY: bdd php no-test-db
+.PHONY: bdd python