diff options
author | Rami Ali <flowergrass@users.noreply.github.com> | 2016-12-29 12:55:23 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-12-29 13:22:19 +1100 |
commit | c15ebf7c8c797af0dc7e601dbb70dbe3777d8ee6 (patch) | |
tree | 8d2c4133b3dcfac9c032cb30ee9ff8810954a9aa /tests/extmod/ubinascii_micropython.py.exp | |
parent | 45a8cc8f0b29f447eba6047112f38780ca8a89da (diff) | |
download | micropython-c15ebf7c8c797af0dc7e601dbb70dbe3777d8ee6.tar.gz micropython-c15ebf7c8c797af0dc7e601dbb70dbe3777d8ee6.zip |
tests/extmod: Improve ubinascii.c test coverage.
Diffstat (limited to 'tests/extmod/ubinascii_micropython.py.exp')
-rw-r--r-- | tests/extmod/ubinascii_micropython.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/ubinascii_micropython.py.exp b/tests/extmod/ubinascii_micropython.py.exp new file mode 100644 index 0000000000..0ae3d768ef --- /dev/null +++ b/tests/extmod/ubinascii_micropython.py.exp @@ -0,0 +1 @@ +b'31:32:33' |