summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/containment.py
Commit message (Collapse)AuthorAge
* py/objstr: Raise an exception for wrong type on RHS of str binary op.Damien George2017-08-09
| | | | | The main case to catch is invalid types for the containment operator, of the form str.__contains__(non-str).
* tests/comprehension1, containment: Split set tests to separate files.Paul Sokolovsky2017-02-14
| | | | To make skippable.
* py: Make native emitter handle multi-compare and not/is not/not in ops.Damien George2014-09-23
|
* Move tests in basic/tests/ up one level preparating to multiple test dirs.Paul Sokolovsky2014-01-19