Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
2017-03-09 | tests/basic: Make various tests skippable. | Paul Sokolovsky | |
2016-01-14 | builtin property: accept keyword arguments | chrysn | |
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-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George | |
2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George | |