summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/set1.py
Commit message (Collapse)AuthorAge
* tests/run-tests: Allow to skip set tests.Paul Sokolovsky2017-01-05
| | | | | | 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.
* tests/basics: Add test constructing a set from a non-trivial expression.Damien George2016-09-30
|
* objset: frozensets are hashable.Paul Sokolovsky2015-08-28
|
* tests: Fix tests with sets to print sorted set.Damien George2014-04-07
|
* Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky2014-01-19