X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6f55c67d1688e683769ea6a1fc4ed5aa913ffe97..40cb17d2995baaba6bec299d4e6dc65b25dbdc28:/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