initial commit
This commit is contained in:
18
tests/__init__.py
Normal file
18
tests/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
from nose.tools import *
|
||||
from mock import *
|
||||
|
||||
import talon
|
||||
|
||||
|
||||
EML_MSG_FILENAME = "tests/fixtures/standard_replies/yahoo.eml"
|
||||
MSG_FILENAME_WITH_BODY_SUFFIX = ("tests/fixtures/signature/emails/P/"
|
||||
"johndoeexamplecom_body")
|
||||
EMAILS_DIR = "tests/fixtures/signature/emails"
|
||||
TMP_DIR = "tests/fixtures/signature/tmp"
|
||||
|
||||
STRIPPED = "tests/fixtures/signature/emails/stripped/"
|
||||
UNICODE_MSG = ("tests/fixtures/signature/emails/P/"
|
||||
"unicode_msg")
|
||||
|
||||
|
||||
talon.init()
|
||||
Reference in New Issue
Block a user