mailman_pgp.commands.tests package

Submodules

mailman_pgp.commands.tests.test_key module

class mailman_pgp.commands.tests.test_key.TestAfterSubscription(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPConfigLayer

setUp()[source]
test_change()[source]
test_change_confirm()[source]
test_change_encrypted()[source]
test_change_extra_arg()[source]
test_change_key_not_confirmed()[source]
test_change_multiple_keys()[source]
test_change_no_email()[source]
test_change_no_encrypt_key()[source]
test_change_no_key()[source]
test_change_no_key_set()[source]
test_change_no_pgp_address()[source]
test_change_private_key()[source]
test_revoke_encrypted()[source]
test_revoke_extra_arg()[source]
test_revoke_key_not_confirmed()[source]
test_revoke_no_email()[source]
test_revoke_no_key_set()[source]
test_revoke_no_pgp_address()[source]
test_revoke_no_revocs()[source]
test_revoke_resets()[source]
test_revoke_updates()[source]
test_sign()[source]
test_sign_encrypted()[source]
test_sign_extra_arg()[source]
test_sign_key_not_confirmed()[source]
test_sign_multiple_keys()[source]
test_sign_no_email()[source]
test_sign_no_key()[source]
test_sign_no_key_set()[source]
test_sign_no_new_sig()[source]
test_sign_no_pgp_address()[source]
test_sign_no_sig_by_key()[source]
test_sign_no_uids()[source]
test_sign_not_allowed()[source]
test_sign_wrong_keymaterial()[source]
class mailman_pgp.commands.tests.test_key.TestGeneral(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPConfigLayer

setUp()[source]
test_receive()[source]
test_receive_extra_arg()[source]
test_receive_no_email()[source]
class mailman_pgp.commands.tests.test_key.TestPreDispatch(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPConfigLayer

setUp()[source]
test_no_arguments()[source]
test_no_pgp_list()[source]
test_wrong_subcommand()[source]
class mailman_pgp.commands.tests.test_key.TestPreSubscription(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPConfigLayer

setUp()[source]
test_confirm()[source]
test_confirm_encrypted()[source]
test_confirm_invalid_sig()[source]
test_confirm_no_email()[source]
test_confirm_no_key()[source]
test_confirm_no_pgp_address()[source]
test_confirm_no_signed_statement()[source]
test_confirm_no_token()[source]
test_confirm_not_signed()[source]
test_confirm_wrong_token()[source]
test_set()[source]
test_set_encrypted()[source]
test_set_multiple_keys()[source]
test_set_no_address()[source]
test_set_no_email()[source]
test_set_no_encrypt_key()[source]
test_set_no_key()[source]
test_set_no_pgp_address()[source]
test_set_no_token()[source]
test_set_private_key()[source]
test_set_wrong_token()[source]

Module contents