summaryrefslogtreecommitdiff
path: root/tests/basics/fun-defargs.py
AgeCommit message (Expand)Author
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
2014-06-08tests: Fix default arg test.Damien George
2014-04-17tests: Remove print('flush') from 2 tests, since stmhal now works.Damien George
2014-04-13tests: Make tests pass on pyboard.Damien George
2014-02-01Implement default function arguments (for Python functions).Paul Sokolovsky