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

9 lines
133 B
Python
Raw Normal View History

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