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

Method test_dele

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

Source from the content-addressed store, hash-verified

341 'echo +%s' % ((poplib._MAXLINE + 10) * 'a'))
342
343 def test_dele(self):
344 self.assertOK(self.client.dele('foo'))
345
346 def test_noop(self):
347 self.assertOK(self.client.noop())

Callers

nothing calls this directly

Calls 2

assertOKMethod · 0.95
deleMethod · 0.80

Tested by

no test coverage detected