summaryrefslogtreecommitdiff
path: root/service/test/support
diff options
context:
space:
mode:
authorJefferson Stachelski <jstachel@thoughtworks.com>2015-09-08 22:22:57 -0300
committerJefferson Stachelski <jstachel@thoughtworks.com>2015-09-08 22:25:08 -0300
commit3802f0a55a383fa9314236e0d0905b963ea8f297 (patch)
treed5fcc931098eaf943b1733bd0aa3444770fd2675 /service/test/support
parentb50a8ac110fc08e543a78d063844e60b7b28efae (diff)
Some progress on the issue #441
I added some comments and TODOs in some parts of the code where I think should be changed
Diffstat (limited to 'service/test/support')
-rw-r--r--service/test/support/integration/model.py3
1 files changed, 3 insertions, 0 deletions
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):