summaryrefslogtreecommitdiff
path: root/tests/basics/set_basic.py
AgeCommit message (Collapse)Author
2017-01-05tests/run-tests: Allow to skip set tests.Paul Sokolovsky
If sets are not enabled, set literals lead to SyntaxError during parsing, so it requires feature_check. Set tests are skipped based on set_*.py pattern.