Skip to content

Commit

Permalink
add version to test_set.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svmundada committed Mar 2, 2018
1 parent 3bba04a commit 6b01ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/builtins/test_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ class BuiltinSetFunctionTests(BuiltinFunctionTestCase, TranspileTestCase):
'test_str',
]

not_implemented_versions = {
'test_tuple': (3.4,)
}

is_flakey = [
'test_dict',
]

0 comments on commit 6b01ac0

Please sign in to comment.