|
+- 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`)
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