module documentation

Class KeyGenTests Tests for various functions used to implement the ckeygen script.
Function makeGetpass Return a callable to patch getpass.getpass. Yields a passphrase each time called. Use case is to provide an old, then new passphrase(s) as if requested interactively.
Variable skip Undocumented
def makeGetpass(*passphrases: str) -> Callable[[object], str]:

Return a callable to patch getpass.getpass. Yields a passphrase each time called. Use case is to provide an old, then new passphrase(s) as if requested interactively.

Parameters
*passphrases:strThe list of passphrases returned, one per each call.
Returns
Callable[[object], str]A callable to patch getpass.getpass.
skip: str =

Undocumented