paperless-ngx/src/paperless_mail/tests/test_mail.py

8 lines
132 B
Python
Raw Normal View History

2020-11-17 00:18:40 +01:00
from django.test import TestCase
class TestMail(TestCase):
def testHandleMessage(self):
# TODO: test me.
pass