gem / oq-irmt-qgis

QGIS plugin to drive the OpenQuake Engine, to develop Social Vulnerability and Integrated Risk composite indices, and to predict building recovery times following an earthquake
https://plugins.qgis.org/plugins/svir/
8 stars 3 forks source link

Import qgis.testing.unittest instead of importing the standard unittest #829

Closed ptormene closed 1 year ago

ptormene commented 1 year ago

...and use super().setUp() or similar when overriding methods of qgis.testing.unittest

It fixes the AttributeError: type object 'MultiSelectComboBoxMonoTestCase' has no attribute 'report' happening using the latest qgis docker image.