(self)
| 94 | 'WxMLpERDrmh25Lp4L3xEfM6WovWYO3IjkRMKR2ogCMVzn4zQlqt1WK8jKq7OsEpy2qyw1Vi2p' |
| 95 | |
| 96 | def test_illegal_hex(self): |
| 97 | assert Hashids().encode_hex('') == '' |
| 98 | assert Hashids().encode_hex('1234SGT8') == '' |
| 99 | |
| 100 | class TestDecoding(object): |
| 101 | def test_empty_string(self): |
nothing calls this directly
no test coverage detected