summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_descriptor.py
Commit message (Collapse)AuthorAge
* tests/basic/[a-f]*: Make skippable.Paul Sokolovsky2017-02-15
| | | | For small ports which don't have all features enabled.
* tests: Add missing tests for builtins, and many other things.Damien George2015-04-04
|
* tests/class_descriptor.py: Fix line-endings (were CRLF).Paul Sokolovsky2015-03-28
|
* py: Add optional support for descriptors' __get__ and __set__ methods.stijn2015-03-26
Disabled by default. Enabled on unix and windows ports.