diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2021-07-13 22:49:49 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2022-08-12 12:44:30 +1000 |
commit | f694058f2bce7d6e5ef82c8efd2bcb6cdebfe7a8 (patch) | |
tree | c0afbc5b58f0c559fd3645bdb13e513998e94b49 /tests/extmod/ubinascii_micropython.py.exp | |
parent | 28aaab95909aab092cc8c16188fec157142f18a9 (diff) |
tests/extmod/ubinascii: Add tests for bytes.hex etc.
Also make the sep test not micropython-specific.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/extmod/ubinascii_micropython.py.exp')
-rw-r--r-- | tests/extmod/ubinascii_micropython.py.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/extmod/ubinascii_micropython.py.exp b/tests/extmod/ubinascii_micropython.py.exp deleted file mode 100644 index a195d2602..000000000 --- a/tests/extmod/ubinascii_micropython.py.exp +++ /dev/null @@ -1,2 +0,0 @@ -b'31:32:33' -b'' |