Loading tests/mail/test_sendtestemail.py +0 −2 Original line number Diff line number Diff line # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.core import mail from django.core.management import call_command from django.core.management.base import CommandError from django.test import SimpleTestCase from django.utils.six import StringIO class SendTestEmailManagementCommand(SimpleTestCase): Loading Loading
tests/mail/test_sendtestemail.py +0 −2 Original line number Diff line number Diff line # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.core import mail from django.core.management import call_command from django.core.management.base import CommandError from django.test import SimpleTestCase from django.utils.six import StringIO class SendTestEmailManagementCommand(SimpleTestCase): Loading