Skip to content

Commit

Permalink
TST: Add issue number to test case (pandas-dev#4737)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHC03 committed Aug 13, 2018
1 parent 0ed42fa commit 60ad307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/tests/internals/test_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ def test_validate_bool_args(self):
bm1.replace_list([1], [2], inplace=value)

def test_swap_to_native_byteorder(self):
# Issue #4737
native_byteorder = '='
non_native_byteorder = '>' if sys.byteorder == 'little' else '<'
mgr = create_single_mgr('{order}i2'.format(order=non_native_byteorder))
Expand Down

0 comments on commit 60ad307

Please sign in to comment.