File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
services/web/server/tests/unit Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616from aiohttp .test_utils import TestClient
1717from models_library .products import ProductName
1818from pytest_mock import MockFixture , MockType
19- from pytest_simcore .helpers .webserver_projects import empty_project_data , NewProject
19+ from pytest_simcore .helpers .webserver_projects import NewProject , empty_project_data
2020from pytest_simcore .helpers .webserver_users import UserInfoDict
2121from simcore_service_webserver .application_settings_utils import AppConfigDict
2222from simcore_service_webserver .constants import FRONTEND_APP_DEFAULT
Original file line number Diff line number Diff line change 2222import sqlalchemy as sa
2323from aiohttp import ClientResponse
2424from aiohttp .test_utils import TestClient , TestServer
25+ from deepdiff import DeepDiff # type: ignore[attr-defined]
2526from faker import Faker
2627from models_library .api_schemas_directorv2 .dynamic_services import DynamicServiceGet
2728from models_library .api_schemas_dynamic_scheduler .dynamic_services import (
6869from simcore_postgres_database .models .wallets import wallets
6970from simcore_service_webserver ._meta import API_VTAG
7071from simcore_service_webserver .db .models import UserRole
71- from simcore_service_webserver .licenses ._licensed_resources_service import DeepDiff
7272from simcore_service_webserver .projects .models import ProjectDict
7373from simcore_service_webserver .socketio .messages import SOCKET_IO_PROJECT_UPDATED_EVENT
7474from simcore_service_webserver .utils import to_datetime
Original file line number Diff line number Diff line change 1010from aioresponses import aioresponses
1111from pytest_simcore .helpers .monkeypatch_envs import setenvs_from_dict
1212from pytest_simcore .helpers .typing_env import EnvVarsDict
13- from pytest_simcore .helpers .webserver_projects import delete_all_projects , NewProject
13+ from pytest_simcore .helpers .webserver_projects import NewProject , delete_all_projects
1414from pytest_simcore .helpers .webserver_users import UserInfoDict
1515from servicelib .aiohttp .application import create_safe_application
1616from simcore_service_webserver .application_settings import setup_settings
Original file line number Diff line number Diff line change 1313from faker import Faker
1414from pytest_simcore .helpers .monkeypatch_envs import setenvs_from_dict
1515from pytest_simcore .helpers .typing_env import EnvVarsDict
16- from pytest_simcore .helpers .webserver_projects import delete_all_projects , NewProject
16+ from pytest_simcore .helpers .webserver_projects import NewProject , delete_all_projects
1717from pytest_simcore .helpers .webserver_users import UserInfoDict
1818from simcore_postgres_database .models .wallets import wallets
1919from simcore_service_webserver .application_settings import ApplicationSettings
You can’t perform that action at this time.
0 commit comments