mango-explorer/tests/test_encoding.py

7 lines
170 B
Python

from .context import mango
def test_decode_binary() -> None:
data = mango.decode_binary(["SGVsbG8gV29ybGQ=", "base64"]) # "Hello World"
assert len(data) == 11