mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-23 23:42:27 -04:00
add empty test case
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.test import TestCase
|
||||
|
||||
class TestMail(TestCase):
|
||||
|
||||
def testHandleMessage(self):
|
||||
# TODO: test me.
|
||||
pass
|
||||
Reference in New Issue
Block a user