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