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

Method test_select_comment

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

Source from the content-addressed store, hash-verified

239 assert dsa.userids[0].name == "DSA von TestKey"
240
241 def test_select_comment(self, keyring):
242 with keyring.key("2048-bit RSA") as rsa:
243 assert rsa.userids[0].name == "RSA von TestKey"
244
245 with keyring.key("2048-bit DSA") as dsa:
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:

Callers

nothing calls this directly

Calls 1

keyMethod · 0.80

Tested by

no test coverage detected