mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Cleaned up the tests
This commit is contained in:
		| @@ -7,7 +7,7 @@ from hashlib import md5 | |||||||
| from django.conf import settings | from django.conf import settings | ||||||
| from django.test import TestCase | from django.test import TestCase | ||||||
| 
 | 
 | ||||||
| from ...mail import Message, Attachment | from ..mail import Message, Attachment | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| class TestMessage(TestCase): | class TestMessage(TestCase): | ||||||
| @@ -19,7 +19,6 @@ class TestMessage(TestCase): | |||||||
|             settings.BASE_DIR, |             settings.BASE_DIR, | ||||||
|             "documents", |             "documents", | ||||||
|             "tests", |             "tests", | ||||||
|             "consumers", |  | ||||||
|             "samples", |             "samples", | ||||||
|             "mail.txt" |             "mail.txt" | ||||||
|         ) |         ) | ||||||
| @@ -1 +0,0 @@ | |||||||
| from .consumers.mail import TestMailFetcher |  | ||||||
| @@ -1,4 +0,0 @@ | |||||||
| [pytest] |  | ||||||
| python_files=tests.py |  | ||||||
| DJANGO_SETTINGS_MODULE=paperless.settings |  | ||||||
|  |  | ||||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn