Skip to content

Commit bd231c6

Browse files
committed
More output to debug flaky CSV test
1 parent e9f4bb5 commit bd231c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/src/python/test_qgsdelimitedtextprovider.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,12 @@ def tearDownClass(cls):
373373

374374
class TestQgsDelimitedTextProviderOther(TestCase):
375375

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+
376382
def test_001_provider_defined(self):
377383
registry = QgsProviderRegistry.instance()
378384
metadata = registry.providerMetadata('delimitedtext')

0 commit comments

Comments
 (0)