Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
259
class
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_user
Method · 0.95
test_pass_
Method · 0.95
test_dele
Method · 0.95
test_noop
Method · 0.95
test_rpop
Method · 0.95
test_apop_normal
Method · 0.95
Calls
1
assertStartsWith
Method · 0.80
Tested by
no test coverage detected