Add integration and regression tests of Keyfork CLI #62
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Keyfork v0.2.5 has a regression where
keyfork derive openpgp
outputs the public key, not the secret key. This would have been caught with command output regression tests. Now that we have the ability to startkeyforkd
headlessly, we should focus on regression tests to make sure keys are reproducible.