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

Method test_empty_string

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

Source from the content-addressed store, hash-verified

99
100class TestDecoding(object):
101 def test_empty_string(self):
102 assert Hashids().decode('') == ()
103
104 def test_non_string(self):
105 assert Hashids().decode(object()) == ()

Callers

nothing calls this directly

Calls 2

HashidsClass · 0.90
decodeMethod · 0.80

Tested by

no test coverage detected