]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/Makefile
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / test / Makefile
index 0355a170b4f257815e43e87b47199668ae9af303..5f78eeac878e3a794ada708b6ea1d82778643cdc 100644 (file)
@@ -1,4 +1,5 @@
-all: bdd php
+all: bdd php python
+no-test-db: bdd-no-test-db php
 
 bdd:
        cd bdd && behave -DREMOVE_TEMPLATE=1
@@ -6,4 +7,8 @@ bdd:
 php:
        cd php && phpunit ./
 
-.PHONY: bdd php
+python:
+       pytest python
+
+
+.PHONY: bdd php no-test-db python