tests: Separate out test cases that rely on float support to float/ dir.
This commit is contained in:
@@ -11,4 +11,3 @@ print(bytes(bytearray(4)))
|
||||
print(bytes(array('b', [1, 2])))
|
||||
print(bytes(array('h', [1, 2])))
|
||||
print(bytes(array('I', [1, 2])))
|
||||
print(bytes(array('f', [1, 2.3])))
|
||||
|
||||
Reference in New Issue
Block a user