module documentation
Tests for twisted.conch.scripts.ckeygen
.
Class |
|
Tests for various functions used to implement the ckeygen script. |
Function | make |
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 |
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:str | The list of passphrases returned, one per each call. |
Returns | |
Callable[ | A callable to patch getpass.getpass. |