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

Method test_stls_capa

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

Source from the content-addressed store, hash-verified

405
406 @requires_ssl
407 def test_stls_capa(self):
408 capa = self.client.capa()
409 self.assertTrue('STLS' in capa.keys())
410
411 @requires_ssl
412 def test_stls(self):

Callers

nothing calls this directly

Calls 3

capaMethod · 0.80
assertTrueMethod · 0.80
keysMethod · 0.45

Tested by

no test coverage detected