add empty test case

This commit is contained in:
Jonas Winkler 2020-11-17 00:18:40 +01:00
parent 20af840dfd
commit 63444b1ab3
2 changed files with 7 additions and 0 deletions

View File

View File

@ -0,0 +1,7 @@
from django.test import TestCase
class TestMail(TestCase):
def testHandleMessage(self):
# TODO: test me.
pass