summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/class_descriptor.py
Commit message (Collapse)AuthorAge
* tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.Paul Sokolovsky2017-12-12
| | | | | | | | | "Builtin" tinytest-based testsuite as employed by qemu-arm (and now generalized by me to be reusable for other targets) performs simplified detection of skipped tests, it treats as such tests which raised SystemExit (instead of checking got "SKIP" output). Consequently, each "SKIP" must be accompanied by SystemExit (and conversely, SystemExit should not be used if test is not skipped, which so far seems to be true).
* tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
|
* 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.