mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Cleaned up the tests
This commit is contained in:
parent
febb45af81
commit
c4311af263
@ -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"
|
||||
)
|
@ -1 +0,0 @@
|
||||
from .consumers.mail import TestMailFetcher
|
@ -1,4 +0,0 @@
|
||||
[pytest]
|
||||
python_files=tests.py
|
||||
DJANGO_SETTINGS_MODULE=paperless.settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user