zokis / Python--Faster-Way

Python: Faster Way
http://pythonfasterway.cf/
232 stars 29 forks source link

test 22 should include set literal #5

Closed bjmgeek closed 9 years ago

bjmgeek commented 9 years ago

add a test 21 like:

def a():
    a = 1
    if a in {1, 2, 3}:
        return True
    return False
zokis commented 9 years ago

This case will be covered by the pull request 8

https://github.com/zokis/Python--Faster-Way/pull/8/files#diff-68c42c2cbfb7b29357c2b506097bb3acR2