summaryrefslogtreecommitdiff
path: root/tests/extmod/binascii_hexlify.py
AgeCommit message (Collapse)Author
2025-04-24tests/extmod: Skip binascii tests when hexlify/unhexlify don't exist.Damien George
These functions are only available when `MICROPY_PY_BUILTINS_BYTES_HEX` is enabled. Signed-off-by: Damien George <damien@micropython.org>
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>