MCPcopy 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
258class 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_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.45

Tested by

no test coverage detected