gpg-lacre/test
Piotr F. Mieszkowski 75ccfb0850 Use logging module
- Replace custom logging code with calls to logging module.
- Use logging.config to provide configuration parameters.

To make Lacre's logging more flexible, use fileConfig from logging.config to
set up all parameters.  If the configuration file is missing, use dictConfig
with hardcoded reasonable defaults.
2022-05-06 19:39:56 +02:00
..
certs Keep test/certs directory 2022-01-07 12:03:38 +01:00
keyhome Ignore random_seed 2022-01-10 17:47:23 +01:00
msgin Add E2E cases: signed cleartext and multipart/encrypted 2022-01-10 19:48:44 +01:00
e2e.ini Use logging module 2022-05-06 19:39:56 +02:00
e2e_test.py Use logging module 2022-05-06 19:39:56 +02:00
gpg-lacre-log.ini Use logging module 2022-05-06 19:39:56 +02:00
gpg-mailgate-cron-test.conf Finish migration to SQLAlchemy and automate testing cron.py 2022-04-23 13:08:40 +02:00
relay.py Extract config, separate logging, split into smaller functions 2022-05-06 19:39:56 +02:00
schema.py Use actual keys (RSA and Ed25519) in cron-test 2022-04-24 10:42:51 +02:00
test_gnupg.py Add unit tests for GnuPG command-line generator 2022-01-09 21:37:14 +01:00