mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Cleaned up the tests
This commit is contained in:
parent
febb45af81
commit
c4311af263
5 changed files with 1 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue