linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

Document how to run a single NZGBplugin test #176

Closed strk closed 3 years ago

strk commented 3 years ago

I understand make docker-qgis-test runs all modules, which is done via:

docker-compose exec -T qgis sh -c "/usr/bin/xvfb-run -- qgis_testrunner.sh tests_directory.run_tests.run_test_modules"

But how to run a single module ? And a single test ?

SPlanzer commented 3 years ago

When developing tests I am using script assistant. This allows tests to be executed inside QGIS.

This tool was developed by Daniel Silk. The master branch only support QGIS2. I have a branch 2>3 that supports QGIS 3.