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

Method test_noop

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

Source from the content-addressed store, hash-verified

343 self.assertOK(self.client.dele('foo'))
344
345 def test_noop(self):
346 self.assertOK(self.client.noop())
347
348 def test_rpop(self):
349 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