Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
class
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
Hashids
Class · 0.90
decode
Method · 0.80
Tested by
no test coverage detected