summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_descriptor.py
Commit message (Expand)AuthorAge
* py/objtype: Don't delegate lookup of descriptor methods to __getattr__.Damien George2024-10-16
* tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.Paul Sokolovsky2017-12-12
* tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* tests/basic/[a-f]*: Make skippable.Paul Sokolovsky2017-02-15
* 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