aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/ubinascii_a2b_base64.py
AgeCommit message (Expand)Author
2015-07-06tests: Catch ValueError instead of any exception to properly test error.Damien George
2015-07-04extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.Galen Hazelwood