initial commit
This commit is contained in:
10
tests/fixtures/__init__.py
vendored
Normal file
10
tests/fixtures/__init__.py
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
STANDARD_REPLIES = "tests/fixtures/standard_replies"
|
||||
|
||||
with open("tests/fixtures/reply-quotations-share-block.eml") as f:
|
||||
REPLY_QUOTATIONS_SHARE_BLOCK = f.read()
|
||||
|
||||
with open("tests/fixtures/OLK_SRC_BODY_SECTION.html") as f:
|
||||
OLK_SRC_BODY_SECTION = f.read()
|
||||
|
||||
with open("tests/fixtures/reply-separated-by-hr.html") as f:
|
||||
REPLY_SEPARATED_BY_HR = f.read()
|
||||
Reference in New Issue
Block a user