Skip to content

Commit

Permalink
Added b, B, h, H to binary test. Removed l and L
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Feb 19, 2015
1 parent e0bcaf0 commit 5644d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvisa/testsuite/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_parse_binary(self):
def test_ieee_integer(self):
values = list(range(100))
containers = (list, tuple) #+ ((np.asarray,) if np else ())
for fmt in 'iIlLfd':
for fmt in 'bBhHiIfd':
for endi in (True, False):
for cont in containers:
conv = cont(values)
Expand Down

0 comments on commit 5644d18

Please sign in to comment.