Cadasta / cadasta-qgis-plugin

[DEPRECATED] QGIS plugin to create, edit, upload and download Cadasta projects
GNU General Public License v3.0
4 stars 7 forks source link

Use the fake iface provided by QGIS #12

Closed Gustry closed 7 years ago

Gustry commented 7 years ago

instead of using our own internal fake iface, we should use the one provided by QGIS.

from qgis.testing.mocked import get_iface

You may need to run pip install mock.