Skip to content

Commit

Permalink
More output to debug flaky CSV test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 2, 2015
1 parent e9f4bb5 commit bd231c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/src/python/test_qgsdelimitedtextprovider.py
Expand Up @@ -373,6 +373,12 @@ def tearDownClass(cls):

class TestQgsDelimitedTextProviderOther(TestCase):

@classmethod
def setUpClass(cls):
"""Run before all tests"""
# toggle full ctest output to debug flaky CI test
print('CTEST_FULL_OUTPUT')

def test_001_provider_defined(self):
registry = QgsProviderRegistry.instance()
metadata = registry.providerMetadata('delimitedtext')
Expand Down

0 comments on commit bd231c6

Please sign in to comment.