Cleaned up the tests

This commit is contained in:
Daniel Quinn 2016-02-06 17:41:11 +00:00
parent febb45af81
commit c4311af263
5 changed files with 1 additions and 7 deletions

View File

@ -7,7 +7,7 @@ from hashlib import md5
from django.conf import settings
from django.test import TestCase
from ...mail import Message, Attachment
from ..mail import Message, Attachment
class TestMessage(TestCase):
@ -19,7 +19,6 @@ class TestMessage(TestCase):
settings.BASE_DIR,
"documents",
"tests",
"consumers",
"samples",
"mail.txt"
)

View File

@ -1 +0,0 @@
from .consumers.mail import TestMailFetcher

View File

@ -1,4 +0,0 @@
[pytest]
python_files=tests.py
DJANGO_SETTINGS_MODULE=paperless.settings