Skip to content
Permalink
Browse files
More output to debug flaky CSV test
  • Loading branch information
m-kuhn committed Dec 2, 2015
1 parent e9f4bb5 commit bd231c6
Showing 1 changed file with 6 additions and 0 deletions.
@@ -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')

0 comments on commit bd231c6

Please sign in to comment.