MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / test_select_email

Method test_select_email

tests/test_04_PGP_objects.py:248–253  ·  view source on GitHub ↗
(self, keyring)

Source from the content-addressed store, hash-verified

246 assert dsa.userids[0].name == "DSA von TestKey"
247
248 def test_select_email(self, keyring):
249 with keyring.key("rsa@test.key") as rsa:
250 assert rsa.userids[0].name == "RSA von TestKey"
251
252 with keyring.key("dsa@test.key") as dsa:
253 assert dsa.userids[0].name == "DSA von TestKey"
254
255 def test_select_pgpsignature(self, keyring):
256 sig = PGPSignature()

Callers

nothing calls this directly

Calls 1

keyMethod · 0.80

Tested by

no test coverage detected