]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/develop/Testing.md
pytest may also be installed as py-test[-3]
[nominatim.git] / docs / develop / Testing.md
index 6a2becee3052fef4a305e4894de41b356b2d2e63..e2b01b8d6c177a0182f83b6ab0cc56b84c888225 100644 (file)
@@ -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