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

Method test_stls_capa

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

Source from the content-addressed store, hash-verified

509 test_stls_context = test_stls
510
511 def test_stls_capa(self):
512 capa = self.client.capa()
513 self.assertFalse(b'STLS' in capa.keys())
514
515
516class TestTimeouts(TestCase):

Callers

nothing calls this directly

Calls 3

capaMethod · 0.80
assertFalseMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected