Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 427 Bytes

Plugin Piani Zone di Pericolo

Processing provider plugin.

Documentation

The user manual (ita) is published here: https://opengisch.github.io/pzp/

Run tests

To run unit tests locally, first install Docker and then run this docker command from the PZP repo's root folder:

docker run --rm -e PYTHONPATH=/usr/share/qgis/python/plugins -v $PWD:/usr/src -w /usr/src qgis/qgis:latest sh -c 'xvfb-run pytest'