mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
More verbose python testing output
This commit is contained in:
parent
03e0298f49
commit
abf768141b
@ -173,7 +173,7 @@ class TestCase(_TestCase):
|
||||
self,
|
||||
attr_expected,
|
||||
attr_result,
|
||||
'Features {}/{} differ in attributes\n\n * Field1: {} ({})\n * Field2: {} ({})\n\n * {} != {}'.format(
|
||||
'Features {}/{} differ in attributes\n\n * Field expected: {} ({})\n * result : {} ({})\n\n * Expected: {} != Result : {}'.format(
|
||||
feats[0].id(),
|
||||
feats[1].id(),
|
||||
field_expected.name(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user