forked from shaba/openuds
small test fixes
This commit is contained in:
parent
01184582b3
commit
c56666ed4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@
|
|||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
|
.pytest_cache
|
||||||
|
@ -30,3 +30,4 @@
|
|||||||
@author: Adolfo Gómez, dkmaster at dkmon dot com
|
@author: Adolfo Gómez, dkmaster at dkmon dot com
|
||||||
"""
|
"""
|
||||||
from . import test_login_logout
|
from . import test_login_logout
|
||||||
|
from . import test_actor
|
||||||
|
@ -29,10 +29,8 @@
|
|||||||
@author: Adolfo Gómez, dkmaster at dkmon dot com
|
@author: Adolfo Gómez, dkmaster at dkmon dot com
|
||||||
"""
|
"""
|
||||||
from django.test import TestCase
|
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
|
from uds.core import messaging
|
||||||
|
|
||||||
class TestEmailNotifier(TestCase):
|
class TestEmailNotifier(TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user