X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/fe250d3ee8a0c9863f42f4db9bc6427a39690142..6d56cbb3e8cfe886d92737087d24e49ff7fd31e0:/test/Makefile diff --git a/test/Makefile b/test/Makefile index b65e465d..613b974d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,5 +10,8 @@ bdd-no-test-db: php: cd php && phpunit ./ +python: + pytest python + .PHONY: bdd php no-test-db