def readlines4_mock():
    return read_lines('mail_from_tony')
def readlines2_mock():
    return read_lines('mail_with_identifier_in_the_content')
def readlines3_mock():
    return read_lines('mail_for_no_message')
def read_mail(mail):
    return read_lines(__testing_mails__ + mail + '.txt')
Example #5
0
def readlines4_mock():
    return read_lines('mail_from_tony')
Example #6
0
def readlines3_mock():
    return read_lines('mail_for_no_message')
Example #7
0
def readlines2_mock():
    return read_lines('mail_with_identifier_in_the_content')
Example #8
0
def read_mail(mail):
    return read_lines(__testing_mails__ + mail + '.txt')