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