GispoCoding / pytest-qgis

A pytest plugin for testing QGIS python plugins
GNU General Public License v2.0
29 stars 8 forks source link

Implement stub QgisInterface.activeLayer logic #7

Closed Joonalai closed 2 years ago

Joonalai commented 2 years ago

Expected behaviour iface.setActiveLayer() should save id of the active layer.

Current behaviour iface.setActiveLayer() does not do anything.