Skip to content

Commit

Permalink
Mark some Float floor_divide tests as passing
Browse files Browse the repository at this point in the history
  • Loading branch information
cflee committed Apr 3, 2016
1 parent 4e65966 commit e030631
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/datatypes/test_float.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,11 @@ class BinaryFloatOperationTests(BinaryOperationTestCase, TranspileTestCase):
'test_eq_str',
'test_eq_tuple',

'test_floor_divide_bool',
'test_floor_divide_bytearray',
'test_floor_divide_bytes',
'test_floor_divide_class',
'test_floor_divide_complex',
'test_floor_divide_frozenset',
'test_floor_divide_int',

'test_ge_bool',
'test_ge_bytearray',
Expand Down Expand Up @@ -289,13 +287,11 @@ class InplaceFloatOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_and_str',
'test_and_tuple',

'test_floor_divide_bool',
'test_floor_divide_bytearray',
'test_floor_divide_bytes',
'test_floor_divide_class',
'test_floor_divide_complex',
'test_floor_divide_frozenset',
'test_floor_divide_int',

'test_lshift_bool',
'test_lshift_bytearray',
Expand Down

0 comments on commit e030631

Please sign in to comment.