1e7fff0133
- Renames s_assemble to s_brief - Link s_local to s_brief
15 lines
397 B
Python
15 lines
397 B
Python
# third-party imports
|
|
from cic_types.pytest import *
|
|
|
|
|
|
# local imports
|
|
from tests.fixtures.config import *
|
|
from tests.fixtures.db import *
|
|
from tests.fixtures.celery import *
|
|
from tests.fixtures.user import *
|
|
from tests.fixtures.ussd_session import *
|
|
from tests.fixtures.redis import *
|
|
from tests.fixtures.callback import *
|
|
from tests.fixtures.requests import *
|
|
from tests.fixtures.mocks import *
|