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

Method assertOK

Lib/test/test_poplib.py:260–261  ·  view source on GitHub ↗
(self, resp)

Source from the content-addressed store, hash-verified

258
259class TestPOP3Class(TestCase):
260 def assertOK(self, resp):
261 self.assertStartsWith(resp, b"+OK")
262
263 def setUp(self):
264 self.server = DummyPOP3Server((HOST, PORT))

Callers 6

test_userMethod · 0.95
test_pass_Method · 0.95
test_deleMethod · 0.95
test_noopMethod · 0.95
test_rpopMethod · 0.95
test_apop_normalMethod · 0.95

Calls 1

assertStartsWithMethod · 0.80

Tested by

no test coverage detected