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

Method test_noop

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

Source from the content-addressed store, hash-verified

344 self.assertOK(self.client.dele('foo'))
345
346 def test_noop(self):
347 self.assertOK(self.client.noop())
348
349 def test_rpop(self):
350 self.assertOK(self.client.rpop('foo'))

Callers

nothing calls this directly

Calls 2

assertOKMethod · 0.95
noopMethod · 0.45

Tested by

no test coverage detected