Skip to content

Commit 5491cf4

Browse files
committed
cleaner formatting as a workaround for pytest 3.2.0 bug
@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
1 parent 625c204 commit 5491cf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/contracts/test_normalization_of_return_types.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
'0xbb9bc244d798123fde783fcc1c72d3bb8c189413',
2929
],
3030
),
31-
)
31+
),
32+
ids=['nullbyte', 'soloaddr', 'addrlist']
33+
3234
)
3335
def test_normalizing_return_values(data_type, data_value, expected_value):
3436
actual_value = normalize_return_type(data_type, data_value)

0 commit comments

Comments
 (0)