]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/develop/Testing.md
move postcode matcher in a separate file
[nominatim.git] / docs / develop / Testing.md
index 6a2becee3052fef4a305e4894de41b356b2d2e63..20c9d165214c74c0d7f4dae88eb625b8872a20bc 100644 (file)
@@ -22,8 +22,8 @@ This test directory is sturctured as follows:
   |
   +-   php         PHP unit tests
   +-   python      Python unit tests
-  +-   scenes      Geometry test data
   +-   testdb      Base data for generating API test database
+  +-   testdata    Additional test data used by unit tests
 ```
 
 ## PHP Unit Tests (`test/php`)
@@ -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