Skip to content

Commit abf7681

Browse files
committedAug 10, 2017
More verbose python testing output
1 parent 03e0298 commit abf7681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def sort_by_pk_or_fid(f):
173173
self,
174174
attr_expected,
175175
attr_result,
176-
'Features {}/{} differ in attributes\n\n * Field1: {} ({})\n * Field2: {} ({})\n\n * {} != {}'.format(
176+
'Features {}/{} differ in attributes\n\n * Field expected: {} ({})\n * result : {} ({})\n\n * Expected: {} != Result : {}'.format(
177177
feats[0].id(),
178178
feats[1].id(),
179179
field_expected.name(),

0 commit comments

Comments
 (0)
Please sign in to comment.