condorcore-keyring/tests
Levente Polyak 099df52a04
feature(keyringctl): support query expressions for packet field selection
Instead of simply string matching a line, we now traverse the packet as
a tree and match the path based on a depth first search.

While traversing, we support logical OR and current depth * wildcard
processed as a component based query expression.

Callee's are adjusted to specifically select the appropriate Issuer at
the correct depth.

Fixes #185
2022-07-20 21:34:37 +02:00
..
__init__.py Rename test directory to tests 2021-11-30 22:54:13 +01:00
conftest.py fix(keyringctl): avoid simplified uid collisions using a hash 2021-11-30 22:54:17 +01:00
test_git.py Add unit test for git integration 2021-11-30 22:54:14 +01:00
test_keyring.py feature(keyringctl): add clean functionality to match import-clean 2021-12-08 20:50:45 +01:00
test_sequoia.py feature(keyringctl): support query expressions for packet field selection 2022-07-20 21:34:37 +02:00
test_trust.py fix(trust): do not count revoked main keys for packager trust 2022-02-25 21:36:35 +01:00
test_util.py chore(keyringctl): add test for simplify_ascii 2021-11-30 22:54:16 +01:00