condorcore-keyring/libkeyringctl
Levente Polyak 279765b22a
fix(keyringctl): fix system stderr case due to wrongly written test
CalledProcessError returns bytes for our invocations, the fix that
decoded bytes of stdout was purely to make the mocked test happy while
breaking the actual usage. Restore the behavior and fix the wrong mocked
data.
2021-11-30 22:54:14 +01:00
..
__init__.py chore(keyringctl): modularize the code for overview and testing 2021-11-30 22:54:12 +01:00
ci.py feature(keyringctl): acquire trust status from key assumptions 2021-11-30 22:54:13 +01:00
cli.py feature(keyringctl): support importing from a piped fd 2021-11-30 22:54:13 +01:00
git.py feature(keyringctl): adding ci command to verify newly added certs 2021-11-30 22:54:12 +01:00
keyring.py chore(keyringctl): increase test coverage and fix trust expectations 2021-11-30 22:54:14 +01:00
sequoia.py feature(keyringctl): adding basic infrastructure for running tests 2021-11-30 22:54:13 +01:00
trust.py chore(keyringctl): increase test coverage and fix trust expectations 2021-11-30 22:54:14 +01:00
types.py feature(keyringctl): acquire trust status from key assumptions 2021-11-30 22:54:13 +01:00
util.py fix(keyringctl): fix system stderr case due to wrongly written test 2021-11-30 22:54:14 +01:00