gpg-lacre/test/modules
Piotr F. Mieszkowski 72217e38ea GnuPG module: make key-listing more thorough
- Flush key-collecting structures each time a new public key entry is found.
  This will avoid adding sub-keys and overwriting main keys with them.

- Use parseaddr from email.utils to parse emails (and drop realname part).

- Record logs produced during unit tests.

- Fix a small bug in test code.

Also: add basic information about available test identities to testing
documentation.
2023-11-25 01:08:15 +01:00
..
test_contracts.py Fix MIME content sub-type handling for non-plain text messages 2023-05-08 22:17:02 +02:00
test_gnupg.py GnuPG module: make key-listing more thorough 2023-11-25 01:08:15 +01:00
test_lacre_core.py Handle missing Content-Type properly 2023-05-19 20:30:00 +02:00
test_lacre_keycache.py Separate key-cache and key-loader 2022-10-19 18:36:23 +00:00
test_lacre_recipients.py Move recipient-processing code to a dedicated module 2023-05-08 22:17:02 +02:00
test_lacre_repositories.py Make IdentityRepository a KeyRing 2023-11-24 22:59:21 +01:00
test_lacre_text.py Make PGP message recognition more thorough 2023-05-08 22:17:02 +02:00
test_m2crypto.py Move different parts of Lacre tests to subdirectories 2022-10-19 18:36:23 +00:00