Skip to content

Commit

Permalink
cleaner formatting as a workaround for pytest 3.2.0 bug
Browse files Browse the repository at this point in the history
@see pytest-dev/pytest#2644

No need to revert this when 3.2.1 is released, because it
provides a cleaner view in the pytest output
  • Loading branch information
carver committed Aug 2, 2017
1 parent 625c204 commit 5491cf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/contracts/test_normalization_of_return_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
'0xbb9bc244d798123fde783fcc1c72d3bb8c189413',
],
),
)
),
ids=['nullbyte', 'soloaddr', 'addrlist']
)
def test_normalizing_return_values(data_type, data_value, expected_value):
actual_value = normalize_return_type(data_type, data_value)
Expand Down

0 comments on commit 5491cf4

Please sign in to comment.