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

Method test_rpop

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

Source from the content-addressed store, hash-verified

346 self.assertOK(self.client.noop())
347
348 def test_rpop(self):
349 self.assertOK(self.client.rpop('foo'))
350
351 @hashlib_helper.requires_hashdigest('md5', openssl=True)
352 def test_apop_normal(self):

Callers

nothing calls this directly

Calls 2

assertOKMethod · 0.95
rpopMethod · 0.80

Tested by

no test coverage detected