summaryrefslogtreecommitdiff
path: root/tests/basics/syntaxerror.py
AgeCommit message (Collapse)Author
2016-10-11tests: Improve test coverage of py/compile.c.Damien George
2015-11-23py/compile: Do proper checking of * and ** in function definition.Damien George
This patch checks that there is only one *, and that ** is last in the arg list.
2015-10-02tests: Allow tests to pass against CPython 3.5.Damien George
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
2015-09-07py/compile: Refine SyntaxError for repeated use of global/nonlocal.Damien George
2015-04-22tests: Add tests for attrtuple, and for more corner cases.Damien George
2015-04-04tests: Add tests to exercise lexer; and some more complex number tests.Damien George
2015-03-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George
This is intended to improve coverage of the test suite.