Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Running Unit Tests On tiles2gpkg_parallel.py

stevendlander edited this page Dec 15, 2014 · 1 revision

To run the test suite for tiles2gpkg_parallel.py, you will need pytest for python 2.7. For detailed information on how to install or set up pytest, see the official documentation.

Using PIP from the command line (Windows or Linux):

pip install -U pytest

To run the test suite, copy tiles2gpkg_parallel.py into the Testing folder and then run:

py.test test_tiles2gpkg.py