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')
Exemple #5
0
def readlines4_mock():
    return read_lines('mail_from_tony')
Exemple #6
0
def readlines3_mock():
    return read_lines('mail_for_no_message')
Exemple #7
0
def readlines2_mock():
    return read_lines('mail_with_identifier_in_the_content')
Exemple #8
0
def read_mail(mail):
    return read_lines(__testing_mails__ + mail + '.txt')