Closed Gustry closed 7 years ago
instead of using our own internal fake iface, we should use the one provided by QGIS.
iface
from qgis.testing.mocked import get_iface
You may need to run pip install mock.
pip install mock
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
.