Skip to content

Commit

Permalink
More tests pass now!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed May 25, 2017
1 parent 982b844 commit 094ac3b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/builtins/test_enumerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,11 @@ class BuiltinEnumerateFunctionTests(BuiltinFunctionTestCase, TranspileTestCase):
not_implemented = [
'test_noargs',
'test_bool',
'test_bytearray',
'test_bytes',
'test_class',
'test_complex',
'test_dict',
'test_float',
'test_frozenset',
'test_int',
'test_list',
'test_None',
'test_NotImplemented',
'test_range',
'test_set',
'test_slice',
'test_str',
'test_tuple',
]

0 comments on commit 094ac3b

Please sign in to comment.