GispoCoding / pytest-qgis

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

Allow using MagicMocks to mock layers #55

Closed Joonalai closed 6 months ago

Joonalai commented 8 months ago

Fixes #53 by checking if the fixture type is MagicMock.

Joonalai commented 6 months ago

@LKajan, could you review this?