We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a6dac42 commit bce3f8bCopy full SHA for bce3f8b
tests/src/python/test_qgspallabeling_base.py
@@ -360,14 +360,14 @@ class TestPALConfig(TestQgsPalLabeling):
360
361
@classmethod
362
def setUpClass(cls):
363
- super().setUpClass()
+ TestQgsPalLabeling.setUpClass()
364
365
cls.layer = TestQgsPalLabeling.loadFeatureLayer('point')
366
367
368
def tearDownClass(cls):
369
cls.removeMapLayer(cls.layer)
370
- super().tearDownClass()
+ TestQgsPalLabeling.tearDownClass()
371
372
def setUp(self):
373
"""Run before each test."""
0 commit comments