X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2b11a47a2f03efd93c990c8cc263fb9ea3491075..0aa2ca64d2d7492b05f2e541764fbe159eb5a187:/docs/develop/Development-Environment.md diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index 0334d0f1..b7b0a673 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -3,11 +3,11 @@ This chapter gives an overview how to set up Nominatim for developement and how to run tests. -!!!Important -This guide assumes that you develop under the latest version of Ubuntu. You -can of course also use your favourite distribution. You just might have to -adapt the commands below slightly, in particular the commands for installing -additional software. +!!! Important + This guide assumes that you develop under the latest version of Ubuntu. You + can of course also use your favourite distribution. You just might have to + adapt the commands below slightly, in particular the commands for installing + additional software. ## Installing Nominatim @@ -28,9 +28,8 @@ following packages should get you started: The Nominatim tests suite consists of behavioural tests (using behave) and unit tests (using PHPUnit). It has the following additional requirements: -* [behave test framework](https://github.com/behave/behave) >= 1.2.5 -* [nose](https://nose.readthedocs.org) -* [pytidylib](http://countergram.com/open-source/pytidylib) +* [behave test framework](https://behave.readthedocs.io) >= 1.2.5 +* [nose](https://nose.readthedocs.io) * [phpunit](https://phpunit.de) >= 7.3 * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)