X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c3a0efe8b75a06279998e66a932d8a56c483961..ed7f0d9e46cf6ecd8c3182e02156ff0e4d1cd864:/test/Makefile diff --git a/test/Makefile b/test/Makefile index 0355a170..5f78eeac 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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