More output to debug flaky CSV test

This commit is contained in:
Matthias Kuhn 2015-12-02 15:02:29 +01:00
parent e9f4bb52d7
commit bd231c675c

View File

@ -373,6 +373,12 @@ class TestQgsDelimitedTextProviderWKT(TestCase, ProviderTestCase):
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')