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

Method test_capa

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

Source from the content-addressed store, hash-verified

387 self.assertEqual(result, expected)
388
389 def test_capa(self):
390 capa = self.client.capa()
391 self.assertTrue('IMPLEMENTATION' in capa.keys())
392
393 def test_quit(self):
394 resp = self.client.quit()

Callers

nothing calls this directly

Calls 3

capaMethod · 0.80
assertTrueMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected