Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | 2017-06-10 |
| | |||
* | tests/basic/: Make various tests skippable. | Paul Sokolovsky | 2017-02-15 |
| | | | | To run the testsuite on small ports. | ||
* | tests: Allow tests to pass against CPython 3.5. | Damien George | 2015-10-02 |
| | | | | | All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py. | ||
* | tests: Add tests for attrtuple, and for more corner cases. | Damien George | 2015-04-22 |
| | |||
* | tests: Add missing tests for builtins, and many other things. | Damien George | 2015-04-04 |