aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/mta/tests/test_personalized.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/mta/tests/test_personalized.py')
-rw-r--r--src/mailman_pgp/mta/tests/test_personalized.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/mta/tests/test_personalized.py b/src/mailman_pgp/mta/tests/test_personalized.py
index 9200a3b..0357757 100644
--- a/src/mailman_pgp/mta/tests/test_personalized.py
+++ b/src/mailman_pgp/mta/tests/test_personalized.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
-""""""
+"""Test the PGP enabled IndividualDelivery."""
import unittest
from mailman.app.lifecycle import create_list
@@ -34,7 +34,7 @@ from mailman_pgp.utils.pgp import verifies
class PersonalizedDeliveryTester(PGPPersonalizedDelivery):
- """"""
+ """Save the deliveries made by the PGPPersonalizedDelivery class."""
def __init__(self):
super().__init__()