Commit 601e0fed authored by Gabriel Monnerat's avatar Gabriel Monnerat

add docstring

parent e5dd9252
...@@ -799,7 +799,10 @@ class TestERP5Credential(ERP5TypeTestCase): ...@@ -799,7 +799,10 @@ class TestERP5Credential(ERP5TypeTestCase):
sequence_list.play(self) sequence_list.play(self)
def testMailFromMailMessageEvent(self): def testMailFromMailMessageEvent(self):
""" """ """
Check that the email is created correctly after create on Credentail
Request with user's information
"""
sequence = dict(automatic_call=False) sequence = dict(automatic_call=False)
self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence) self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence)
self._createCredentialRequest(first_name="Vifib", self._createCredentialRequest(first_name="Vifib",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment