Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ assertOK
Method
assertOK
Lib/test/test_poplib.py:259–260 ·
view source on GitHub ↗
(self, resp)
Source
from the content-addressed store, hash-verified
257
258
class
TestPOP3Class(TestCase):
259
def
assertOK(self, resp):
260
self.assertStartsWith(resp, b
"+OK"
)
261
262
def
setUp(self):
263
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.45
Tested by
no test coverage detected