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 b20d3b7 commit f2fa093Copy full SHA for f2fa093
tests/src/python/test_qgstabwidget.py
@@ -17,10 +17,12 @@
17
18
import qgis # NOQA
19
20
-from qgis.testing import unittest
+from qgis.testing import unittest, start_app
21
from qgis.gui import QgsTabWidget
22
from qgis.PyQt.QtGui import QApplication, QWidget
23
24
+start_app()
25
+
26
27
class TestQgsTabWidget(unittest.TestCase):
28
0 commit comments