You've already forked RekomenciBackend
fix: fixed tests
This commit is contained in:
@@ -213,6 +213,7 @@ lint:
|
||||
- uv sync --group linters --frozen
|
||||
- source $UV_PROJECT_ENVIRONMENT/bin/activate
|
||||
- just lint
|
||||
- exit 1
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
|
||||
@@ -30,6 +30,7 @@ from template_project.web_api.ioc.data_gateway import DataGatewayProvider
|
||||
from template_project.web_api.ioc.factory import FactoryProvider
|
||||
from template_project.web_api.ioc.idp import IdPProvider
|
||||
from template_project.web_api.ioc.interactor import InteractorProvider
|
||||
from template_project.web_api.ioc.notifications import NotificationServiceProvider
|
||||
from template_project.web_api.ioc.oauth import OAuthClientProvider
|
||||
|
||||
|
||||
@@ -79,6 +80,7 @@ def make_ioc(configuration: Configuration) -> AsyncContainer:
|
||||
DataGatewayProvider(),
|
||||
CryptographerProvider(),
|
||||
OAuthClientProvider(),
|
||||
NotificationServiceProvider(),
|
||||
TestProvider(),
|
||||
validation_settings=STRICT_VALIDATION,
|
||||
context={
|
||||
|
||||
Reference in New Issue
Block a user