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 e9f4bb5 commit bd231c6Copy full SHA for bd231c6
tests/src/python/test_qgsdelimitedtextprovider.py
@@ -373,6 +373,12 @@ def tearDownClass(cls):
373
374
class TestQgsDelimitedTextProviderOther(TestCase):
375
376
+ @classmethod
377
+ def setUpClass(cls):
378
+ """Run before all tests"""
379
+ # toggle full ctest output to debug flaky CI test
380
+ print('CTEST_FULL_OUTPUT')
381
+
382
def test_001_provider_defined(self):
383
registry = QgsProviderRegistry.instance()
384
metadata = registry.providerMetadata('delimitedtext')
0 commit comments