(tdata)
| 48 | |
| 49 | @pytest.fixture() |
| 50 | def tstore(tdata): |
| 51 | return certs.CertStore.from_store( |
| 52 | tdata.path("mitmproxy/data/confdir"), "mitmproxy", 2048 |
| 53 | ) |
| 54 | |
| 55 | |
| 56 | class TestCertStore: |
nothing calls this directly
no test coverage detected
searching dependent graphs…