small test fixes

This commit is contained in:
Adolfo Gómez García 2022-08-15 23:34:52 +02:00
parent 01184582b3
commit c56666ed4b
3 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -162,3 +162,4 @@
.vscode
.mypy_cache
.pytest_cache

View File

@ -30,3 +30,4 @@
@author: Adolfo Gómez, dkmaster at dkmon dot com
"""
from . import test_login_logout
from . import test_actor

View File

@ -29,10 +29,8 @@
@author: Adolfo Gómez, dkmaster at dkmon dot com
"""
from django.test import TestCase
from django.test.client import Client
from django.conf import settings
from .. import fixtures, tools
from .. import fixtures
from uds.core import messaging
class TestEmailNotifier(TestCase):