From 3802f0a55a383fa9314236e0d0905b963ea8f297 Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Tue, 8 Sep 2015 22:22:57 -0300 Subject: Some progress on the issue #441 I added some comments and TODOs in some parts of the code where I think should be changed --- service/test/support/integration/model.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'service/test/support') diff --git a/service/test/support/integration/model.py b/service/test/support/integration/model.py index 93b5969b..8b6f9759 100644 --- a/service/test/support/integration/model.py +++ b/service/test/support/integration/model.py @@ -80,6 +80,9 @@ class MailBuilder: def build_input_mail(self): return InputMail.from_dict(self.mail) + def build_leap_mail(self): + return LeapMail.from_dict(self.mail) + class ResponseMail: def __init__(self, mail_dict): -- cgit v1.2.3