Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | py/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-05 | tests/basics/class_super.py: Add tests for store/delete of super attr. | Damien George | |
2017-04-22 | tests: Add tests for calling super and loading a method directly. | Damien George | |
2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George | |
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. |