X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6f55c67d1688e683769ea6a1fc4ed5aa913ffe97..2ca11ccc6baa9ae49145b00392f42ff0a8f19017:/test/Makefile?ds=inline 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