summaryrefslogtreecommitdiff
path: root/tests/micropython/const_error.py
AgeCommit message (Expand)Author
7 dayspy/parse: Add support for math module constants and float folding.Yoctopuce dev
2020-05-03py/parse: Support constant folding of power operator for integers.Damien George
2020-04-09py/parse: Remove unnecessary check in const folding for ** operator.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2016-09-27py/modmicropython: Add micropython.const, alias for identity function.Damien George
2015-03-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George
2015-03-01tests: Add test for micropython const feature when it has a SyntaxError.Damien George