mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
8 lines
132 B
Python
8 lines
132 B
Python
|
|
from django.test import TestCase
|
||
|
|
|
||
|
|
class TestMail(TestCase):
|
||
|
|
|
||
|
|
def testHandleMessage(self):
|
||
|
|
# TODO: test me.
|
||
|
|
pass
|