Jeff Epler
|
c60589c02b
|
py/objtype: Fix assertion failures in super_attr by checking type.
Fixes assertion failures and segmentation faults when making calls like:
super(1, 1).x
|
2018-05-30 11:14:07 +10:00 |
Damien George
|
22161acf47
|
tests/basics/class_super.py: Add tests for store/delete of super attr.
|
2018-04-05 01:03:57 +10:00 |
Damien George
|
30badd1ce1
|
tests: Add tests for calling super and loading a method directly.
|
2017-04-22 23:39:38 +10:00 |
Damien George
|
d007cb8903
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
2015-08-21 12:02:09 +01:00 |
Damien George
|
539681fffd
|
tests: Rename test scripts, changing - to _ for consistency.
From now on, all new tests must use underscore.
Addresses issue #727.
|
2014-07-05 06:14:29 +01:00 |