MCPcopy
hub / github.com/mitmproxy/mitmproxy / tstore

Function tstore

test/mitmproxy/test_certs.py:50–53  ·  view source on GitHub ↗
(tdata)

Source from the content-addressed store, hash-verified

48
49@pytest.fixture()
50def tstore(tdata):
51 return certs.CertStore.from_store(
52 tdata.path("mitmproxy/data/confdir"), "mitmproxy", 2048
53 )
54
55
56class TestCertStore:

Callers

nothing calls this directly

Calls 2

from_storeMethod · 0.80
pathMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…