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

Method test_select_name

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

Source from the content-addressed store, hash-verified

232 assert dsa.userids[0].name == "DSA von TestKey"
233
234 def test_select_name(self, keyring):
235 with keyring.key("RSA von TestKey") as rsa:
236 assert rsa.userids[0].name == "RSA von TestKey"
237
238 with keyring.key("DSA von TestKey") as dsa:
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:

Callers

nothing calls this directly

Calls 1

keyMethod · 0.80

Tested by

no test coverage detected