summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/subclass-native2.py
Commit message (Collapse)AuthorAge
* tests: Update subclass-native2.py for __new__/__init__ refactor.Paul Sokolovsky2014-05-19
| | | | Now case of subclassing tuple works, and list is broken, see comments.
* tests: Add basic tests for subclassing native types and using special methods.Paul Sokolovsky2014-04-29
Even of these, some features do not yet work as expected.