Loading src/pathcomp/frontend/tests/test_unitary.py +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ os.environ['PATHCOMP_BACKEND_PORT'] = os.environ.get('PATHCOMP_BACKEND_PORT', ba from .PrepareTestScenario import ( # pylint: disable=unused-import # be careful, order of symbols is important here! mock_service, pathcomp_service, context_client, pathcomp_client) mock_service, context_client, monitoring_client, pathcomp_service, pathcomp_client) LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.DEBUG) Loading src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py +2 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,8 @@ os.environ['PATHCOMP_BACKEND_PORT'] = os.environ.get('PATHCOMP_BACKEND_PORT', ba from .PrepareTestScenario import ( # pylint: disable=unused-import # be careful, order of symbols is important here! mock_service, context_client, monitoring_client, forecaster_service, pathcomp_service, pathcomp_client) mock_service, context_client, monitoring_client, forecaster_service, forecaster_client, pathcomp_service, pathcomp_client) LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.DEBUG) Loading Loading
src/pathcomp/frontend/tests/test_unitary.py +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ os.environ['PATHCOMP_BACKEND_PORT'] = os.environ.get('PATHCOMP_BACKEND_PORT', ba from .PrepareTestScenario import ( # pylint: disable=unused-import # be careful, order of symbols is important here! mock_service, pathcomp_service, context_client, pathcomp_client) mock_service, context_client, monitoring_client, pathcomp_service, pathcomp_client) LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.DEBUG) Loading
src/pathcomp/frontend/tests/test_unitary_pathcomp_forecaster.py +2 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,8 @@ os.environ['PATHCOMP_BACKEND_PORT'] = os.environ.get('PATHCOMP_BACKEND_PORT', ba from .PrepareTestScenario import ( # pylint: disable=unused-import # be careful, order of symbols is important here! mock_service, context_client, monitoring_client, forecaster_service, pathcomp_service, pathcomp_client) mock_service, context_client, monitoring_client, forecaster_service, forecaster_client, pathcomp_service, pathcomp_client) LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.DEBUG) Loading