mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 11:27:53 -05:00
Add test for fromStr base64 branch
This commit is contained in:
@@ -65,6 +65,7 @@ def test_fromStr():
|
||||
assert fromStr("123") == 123
|
||||
assert fromStr("abc") == "abc"
|
||||
assert fromStr("123456789") == 123456789
|
||||
assert fromStr("base64:Zm9vIGJhciBiYXo=") == b"foo bar baz"
|
||||
|
||||
|
||||
@pytest.mark.unitslow
|
||||
|
||||
Reference in New Issue
Block a user