We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e749a5 commit 6202f06Copy full SHA for 6202f06
tests/src/python/test_qgssymbollayerutils.py
@@ -17,7 +17,9 @@
17
from qgis.core import QgsSymbolLayerUtils, QgsMarkerSymbol
18
from qgis.PyQt.QtGui import QColor
19
from qgis.PyQt.QtCore import QSizeF, QPointF
20
-from qgis.testing import unittest
+from qgis.testing import unittest, start_app
21
+
22
+start_app()
23
24
25
class PyQgsSymbolLayerUtils(unittest.TestCase):
0 commit comments