mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-12 01:25:23 +00:00
9 lines
133 B
Python
9 lines
133 B
Python
from django.test import TestCase
|
|
|
|
|
|
class TestMail(TestCase):
|
|
|
|
def testHandleMessage(self):
|
|
# TODO: test me.
|
|
pass
|