gpg-lacre/test/modules
Piotr F. Mieszkowski 90da933bf9 Make disconnect handling configuration explicit
- Provide a new reuqired parameter: [database]pooling_mode and use it during
  SQLAlchemy engine initialisation.

- Update tests and configuration (including sample configuration).

- Adjust repository unit test to load config during setup.

- Pass an engine instance to repository constructors instead of connections.
  Engine keeps a connection pool and we rely on it.
2023-12-17 14:03:20 +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 Remove EncryptionException formatting test 2023-12-10 21:35:35 +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 disconnect handling configuration explicit 2023-12-17 14:03:20 +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