Skip to content

Commit

Permalink
More verbose python testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 10, 2017
1 parent 03e0298 commit abf7681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/testing/__init__.py
Expand Up @@ -173,7 +173,7 @@ def sort_by_pk_or_fid(f):
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(),
Expand Down

0 comments on commit abf7681

Please sign in to comment.