mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
add empty test case
This commit is contained in:
parent
20af840dfd
commit
63444b1ab3
0
src/paperless_mail/tests/__init__.py
Normal file
0
src/paperless_mail/tests/__init__.py
Normal file
7
src/paperless_mail/tests/test_mail.py
Normal file
7
src/paperless_mail/tests/test_mail.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
from django.test import TestCase
|
||||||
|
|
||||||
|
class TestMail(TestCase):
|
||||||
|
|
||||||
|
def testHandleMessage(self):
|
||||||
|
# TODO: test me.
|
||||||
|
pass
|
Loading…
x
Reference in New Issue
Block a user