MCPcopy Index your code
hub / github.com/python/cpython / test_apop_normal

Method test_apop_normal

Lib/test/test_poplib.py:353–354  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

351
352 @hashlib_helper.requires_hashdigest('md5', openssl=True)
353 def test_apop_normal(self):
354 self.assertOK(self.client.apop('foo', 'dummypassword'))
355
356 @hashlib_helper.requires_hashdigest('md5', openssl=True)
357 def test_apop_REDOS(self):

Callers

nothing calls this directly

Calls 2

assertOKMethod · 0.95
apopMethod · 0.80

Tested by

no test coverage detected