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