summaryrefslogtreecommitdiff
path: root/tests/micropython/viper_error.py
AgeCommit message (Expand)Author
2024-03-19py/emitnative: Implement viper unary ops positive, negative and invert.Damien George
2020-06-27py/emitnative: Implement binary operations for viper uint operands.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2018-09-15py/emitnative: Support arbitrary number of arguments to viper functions.Damien George
2017-03-14tests/micropython/viper_error: Add more tests to improve coverage.Damien George
2015-10-08py/emitnative: Raise ViperTypeError for unsupported unary ops.Damien George
2015-04-22tests: Add more tests for viper, including tests for ViperTypeError's.Damien George
2015-03-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George