summaryrefslogtreecommitdiff
path: root/tests/basics/class_super.py
AgeCommit message (Collapse)Author
2018-05-30py/objtype: Fix assertion failures in super_attr by checking type.Jeff Epler
Fixes assertion failures and segmentation faults when making calls like: super(1, 1).x
2018-04-05tests/basics/class_super.py: Add tests for store/delete of super attr.Damien George
2017-04-22tests: Add tests for calling super and loading a method directly.Damien George
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
From now on, all new tests must use underscore. Addresses issue #727.