X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/438ed431ddf59b6f2a17880b43a7450ef184250b..e8cfba1b10206ac4b49172caf8667f12f28b2d40:/docs/develop/Testing.md diff --git a/docs/develop/Testing.md b/docs/develop/Testing.md index 6a2becee..e2b01b8d 100644 --- a/docs/develop/Testing.md +++ b/docs/develop/Testing.md @@ -49,8 +49,14 @@ to have complete coverage of the Python library in `nominatim`. To execute the tests run + py.test-3 test/python + +or + pytest test/python +The name of the pytest binary depends on your installation. + ## BDD Functional Tests (`test/bdd`) Functional tests are written as BDD instructions. For more information on