MCPcopy Create free account
hub / github.com/davidaurelio/hashids-python / test_illegal_decode_hex

Method test_illegal_decode_hex

test/test_hashids.py:185–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

183 'f000000000000000000000000000000000000000000000000000000000000000000000000000000000000f'
184
185 def test_illegal_decode_hex(self):
186 assert Hashids().decode_hex('') == ''
187 assert Hashids().decode_hex('WxMLpERDrmh25Lp4L3xEfM6WovWYO3IjkRMKR2ogCMVlqt1WK8jKq7OsEp1Vi2p') == ''

Callers

nothing calls this directly

Calls 2

HashidsClass · 0.90
decode_hexMethod · 0.80

Tested by

no test coverage detected