コード例 #1
0
 def test_check_ed25519_public_key_raise(self, source):
     with pytest.raises(
         ValueError, match="Invalid Ed25519 Public Key: {}".format(source)
     ):
         check_ed25519_public_key(source)
コード例 #2
0
 def test_check_ed25519_public_key(self):
     check_ed25519_public_key(
         "GCNY5OXYSY4FKHOPT2SPOQZAOEIGXB5LBYW3HVU3OWSTQITS65M5RCNY"
     )