Skip to content

Commit acfb4b7

Browse files
committed
show error
1 parent 4a6c4f6 commit acfb4b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/io/test_pickle.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ def test_pickles(current_pickle_data, version):
207207
if data is None:
208208
continue
209209
n += 1
210-
assert n > 0, 'Pickle files are not tested'
210+
assert n > 0, ('Pickle files are not '
211+
'tested: {version}'.format(version=version))
211212

212213

213214
def test_round_trip_current(current_pickle_data):

0 commit comments

Comments
 (0)