mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
More output to debug flaky CSV test
This commit is contained in:
parent
e9f4bb52d7
commit
bd231c675c
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user