MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_dele

Method test_dele

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

assertOKMethod · 0.95
deleMethod · 0.80

Tested by

no test coverage detected