mailman_pgp.rest.tests package

Submodules

mailman_pgp.rest.tests.test_addresses module

class mailman_pgp.rest.tests.test_addresses.TestAddresses(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPRESTLayer

setUp()[source]
test_address_key()[source]
test_address_no_key()[source]
test_all_addresses()[source]
test_get_address()[source]
test_missing_address()[source]

mailman_pgp.rest.tests.test_config module

class mailman_pgp.rest.tests.test_config.TestConfig(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPRESTLayer

setUp()[source]
test_get_config()[source]
test_get_option()[source]
test_get_section()[source]

mailman_pgp.rest.tests.test_lists module

class mailman_pgp.rest.tests.test_lists.TestListConfig(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPRESTLayer

setUp()[source]
test_get()[source]
test_missing_list()[source]
test_patch()[source]
test_patch_set()[source]
test_patch_wrong_attribute()[source]
test_patch_wrong_value()[source]
test_put()[source]
test_put_wrong_value()[source]
class mailman_pgp.rest.tests.test_lists.TestListKey(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPRESTLayer

setUp()[source]
test_get_list_key()[source]
test_get_list_pubkey()[source]
test_missing_list_key()[source]
test_missing_list_pubkey()[source]
test_set_list_key()[source]
test_set_list_key_public()[source]
test_set_list_key_wrong()[source]
test_set_list_pubkey()[source]
class mailman_pgp.rest.tests.test_lists.TestLists(methodName='runTest')[source]

Bases: unittest.case.TestCase

layer

alias of PGPRESTLayer

setUp()[source]
test_all_lists()[source]
test_get_list()[source]
test_missing_list()[source]

Module contents