Skip to content

Commit

Permalink
Mark ~357 InplaceOperationTests as passing
Browse files Browse the repository at this point in the history
  • Loading branch information
cflee committed Apr 3, 2016
1 parent 4bff5fe commit 34f2fc1
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 362 deletions.
45 changes: 0 additions & 45 deletions tests/datatypes/test_NoneType.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,41 +153,23 @@ class InplaceNoneTypeOperationTests(InplaceOperationTestCase, TranspileTestCase)
'test_add_complex',
'test_add_frozenset',

'test_and_bool',
'test_and_bytearray',
'test_and_bytes',
'test_and_class',
'test_and_complex',
'test_and_dict',
'test_and_float',
'test_and_frozenset',
'test_and_int',
'test_and_list',
'test_and_none',
'test_and_set',
'test_and_str',
'test_and_tuple',

'test_floor_divide_bytearray',
'test_floor_divide_bytes',
'test_floor_divide_class',
'test_floor_divide_complex',
'test_floor_divide_frozenset',

'test_lshift_bool',
'test_lshift_bytearray',
'test_lshift_bytes',
'test_lshift_class',
'test_lshift_complex',
'test_lshift_dict',
'test_lshift_float',
'test_lshift_frozenset',
'test_lshift_int',
'test_lshift_list',
'test_lshift_none',
'test_lshift_set',
'test_lshift_str',
'test_lshift_tuple',

'test_modulo_bytearray',
'test_modulo_bytes',
Expand All @@ -204,20 +186,11 @@ class InplaceNoneTypeOperationTests(InplaceOperationTestCase, TranspileTestCase)
'test_multiply_str',
'test_multiply_tuple',

'test_or_bool',
'test_or_bytearray',
'test_or_bytes',
'test_or_class',
'test_or_complex',
'test_or_dict',
'test_or_float',
'test_or_frozenset',
'test_or_int',
'test_or_list',
'test_or_none',
'test_or_set',
'test_or_str',
'test_or_tuple',

'test_power_bool',
'test_power_bytearray',
Expand All @@ -234,20 +207,11 @@ class InplaceNoneTypeOperationTests(InplaceOperationTestCase, TranspileTestCase)
'test_power_str',
'test_power_tuple',

'test_rshift_bool',
'test_rshift_bytearray',
'test_rshift_bytes',
'test_rshift_class',
'test_rshift_complex',
'test_rshift_dict',
'test_rshift_float',
'test_rshift_frozenset',
'test_rshift_int',
'test_rshift_list',
'test_rshift_none',
'test_rshift_set',
'test_rshift_str',
'test_rshift_tuple',

'test_subtract_bytearray',
'test_subtract_bytes',
Expand All @@ -261,18 +225,9 @@ class InplaceNoneTypeOperationTests(InplaceOperationTestCase, TranspileTestCase)
'test_true_divide_complex',
'test_true_divide_frozenset',

'test_xor_bool',
'test_xor_bytearray',
'test_xor_bytes',
'test_xor_class',
'test_xor_complex',
'test_xor_dict',
'test_xor_float',
'test_xor_frozenset',
'test_xor_int',
'test_xor_list',
'test_xor_none',
'test_xor_set',
'test_xor_str',
'test_xor_tuple',
]
45 changes: 0 additions & 45 deletions tests/datatypes/test_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,41 +311,23 @@ class InplaceDictOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_add_complex',
'test_add_frozenset',

'test_and_bool',
'test_and_bytearray',
'test_and_bytes',
'test_and_class',
'test_and_complex',
'test_and_dict',
'test_and_float',
'test_and_frozenset',
'test_and_int',
'test_and_list',
'test_and_none',
'test_and_set',
'test_and_str',
'test_and_tuple',

'test_floor_divide_bytearray',
'test_floor_divide_bytes',
'test_floor_divide_class',
'test_floor_divide_complex',
'test_floor_divide_frozenset',

'test_lshift_bool',
'test_lshift_bytearray',
'test_lshift_bytes',
'test_lshift_class',
'test_lshift_complex',
'test_lshift_dict',
'test_lshift_float',
'test_lshift_frozenset',
'test_lshift_int',
'test_lshift_list',
'test_lshift_none',
'test_lshift_set',
'test_lshift_str',
'test_lshift_tuple',

'test_modulo_bytearray',
'test_modulo_bytes',
Expand All @@ -359,20 +341,11 @@ class InplaceDictOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_multiply_complex',
'test_multiply_frozenset',

'test_or_bool',
'test_or_bytearray',
'test_or_bytes',
'test_or_class',
'test_or_complex',
'test_or_dict',
'test_or_float',
'test_or_frozenset',
'test_or_int',
'test_or_list',
'test_or_none',
'test_or_set',
'test_or_str',
'test_or_tuple',

'test_power_bool',
'test_power_bytearray',
Expand All @@ -389,20 +362,11 @@ class InplaceDictOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_power_str',
'test_power_tuple',

'test_rshift_bool',
'test_rshift_bytearray',
'test_rshift_bytes',
'test_rshift_class',
'test_rshift_complex',
'test_rshift_dict',
'test_rshift_float',
'test_rshift_frozenset',
'test_rshift_int',
'test_rshift_list',
'test_rshift_none',
'test_rshift_set',
'test_rshift_str',
'test_rshift_tuple',

'test_subtract_bytearray',
'test_subtract_bytes',
Expand All @@ -416,18 +380,9 @@ class InplaceDictOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_true_divide_complex',
'test_true_divide_frozenset',

'test_xor_bool',
'test_xor_bytearray',
'test_xor_bytes',
'test_xor_class',
'test_xor_complex',
'test_xor_dict',
'test_xor_float',
'test_xor_frozenset',
'test_xor_int',
'test_xor_list',
'test_xor_none',
'test_xor_set',
'test_xor_str',
'test_xor_tuple',
]
45 changes: 0 additions & 45 deletions tests/datatypes/test_float.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,20 +263,11 @@ class InplaceFloatOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_add_str',
'test_add_tuple',

'test_and_bool',
'test_and_bytearray',
'test_and_bytes',
'test_and_class',
'test_and_complex',
'test_and_dict',
'test_and_float',
'test_and_frozenset',
'test_and_int',
'test_and_list',
'test_and_none',
'test_and_set',
'test_and_str',
'test_and_tuple',

'test_floor_divide_bool',
'test_floor_divide_bytearray',
Expand All @@ -293,20 +284,11 @@ class InplaceFloatOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_floor_divide_str',
'test_floor_divide_tuple',

'test_lshift_bool',
'test_lshift_bytearray',
'test_lshift_bytes',
'test_lshift_class',
'test_lshift_complex',
'test_lshift_dict',
'test_lshift_float',
'test_lshift_frozenset',
'test_lshift_int',
'test_lshift_list',
'test_lshift_none',
'test_lshift_set',
'test_lshift_str',
'test_lshift_tuple',

'test_modulo_bool',
'test_modulo_bytearray',
Expand Down Expand Up @@ -338,20 +320,11 @@ class InplaceFloatOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_multiply_str',
'test_multiply_tuple',

'test_or_bool',
'test_or_bytearray',
'test_or_bytes',
'test_or_class',
'test_or_complex',
'test_or_dict',
'test_or_float',
'test_or_frozenset',
'test_or_int',
'test_or_list',
'test_or_none',
'test_or_set',
'test_or_str',
'test_or_tuple',

'test_power_bool',
'test_power_bytearray',
Expand All @@ -368,20 +341,11 @@ class InplaceFloatOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_power_str',
'test_power_tuple',

'test_rshift_bool',
'test_rshift_bytearray',
'test_rshift_bytes',
'test_rshift_class',
'test_rshift_complex',
'test_rshift_dict',
'test_rshift_float',
'test_rshift_frozenset',
'test_rshift_int',
'test_rshift_list',
'test_rshift_none',
'test_rshift_set',
'test_rshift_str',
'test_rshift_tuple',

'test_subtract_bytearray',
'test_subtract_bytes',
Expand All @@ -395,18 +359,9 @@ class InplaceFloatOperationTests(InplaceOperationTestCase, TranspileTestCase):
'test_true_divide_complex',
'test_true_divide_frozenset',

'test_xor_bool',
'test_xor_bytearray',
'test_xor_bytes',
'test_xor_class',
'test_xor_complex',
'test_xor_dict',
'test_xor_float',
'test_xor_frozenset',
'test_xor_int',
'test_xor_list',
'test_xor_none',
'test_xor_set',
'test_xor_str',
'test_xor_tuple',
]
Loading

0 comments on commit 34f2fc1

Please sign in to comment.