[tests] test_domain import dummy_domain inside test class
This commit is contained in:
parent
97fee8ca96
commit
c3153921f7
@ -1,8 +1,9 @@
|
|||||||
from halfapi.testing.test_domain import TestDomain
|
from halfapi.testing.test_domain import TestDomain
|
||||||
from dummy_domain import __name__, __routers__
|
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
|
|
||||||
class TestDummyDomain(TestDomain):
|
class TestDummyDomain(TestDomain):
|
||||||
|
from .dummy_domain import __name__, __routers__
|
||||||
|
|
||||||
DOMAIN = __name__
|
DOMAIN = __name__
|
||||||
ROUTERS = __routers__
|
ROUTERS = __routers__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user