mailman_pgp.mta.tests package

Submodules

mailman_pgp.mta.tests.test_bulk module

Test the PGP enabled BulkDelivery.

class mailman_pgp.mta.tests.test_bulk.BulkDeliveryTester(max_recipients=None)[source]

Bases: mailman_pgp.mta.bulk.PGPBulkDelivery

Save deliveries made by the PGPBulkDelivery class.

class mailman_pgp.mta.tests.test_bulk.TestPGPBulkDelivery(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPConfigLayer

setUp()[source]
test_encrypt()[source]
test_no_key()[source]
test_no_pgp_address()[source]
test_no_pgp_list()[source]
test_none()[source]
test_sign()[source]
test_sign_encrypt()[source]

mailman_pgp.mta.tests.test_deliver module

class mailman_pgp.mta.tests.test_deliver.TestDeliver(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPSMTPLayer

setUp()[source]
test_deliver()[source]
test_deliver_no_key()[source]

mailman_pgp.mta.tests.test_personalized module

Test the PGP enabled IndividualDelivery.

class mailman_pgp.mta.tests.test_personalized.PersonalizedDeliveryTester[source]

Bases: mailman_pgp.mta.personalized.PGPPersonalizedDelivery

Save the deliveries made by the PGPPersonalizedDelivery class.

class mailman_pgp.mta.tests.test_personalized.TestPGPPersonalizedDelivery(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPConfigLayer

setUp()[source]
test_encrypt()[source]
test_no_key()[source]
test_no_pgp_address()[source]
test_no_pgp_list()[source]
test_none()[source]
test_sign()[source]
test_sign_encrypt()[source]

Module contents