Testing the new online IDE github

This commit is contained in:
Matthias Kuhn 2016-09-10 00:22:21 +02:00 committed by GitHub
parent fa67c55a6f
commit 5980165706

View File

@ -26,10 +26,6 @@ start_app()
class TestQgsTabWidget(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.app = QApplication([])
def setUp(self):
"""Run before each test."""
pass