tests: Separate out test cases that rely on float support to float/ dir.

This commit is contained in:
Damien George
2015-01-08 15:41:37 +00:00
parent 115187f7ce
commit 19b3fea6a8
6 changed files with 16 additions and 4 deletions

View File

@@ -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])))