aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/builtin_property.py
AgeCommit message (Collapse)Author
2016-01-14builtin property: accept keyword argumentschrysn
this allows python code to use property(lambda:..., doc=...) idiom. named versions for the fget, fset and fdel arguments are left out in the interest of saving space; they are rarely used and easy to enable when actually needed. a test case is included.
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George