refactor: testing

Redid testing structure, added tests and changed some tests.

ref: N25B-301
This commit is contained in:
2025-11-21 17:03:40 +01:00
parent 97f5f5c74d
commit 5fb923e20d
20 changed files with 661 additions and 533 deletions

View File

@@ -75,7 +75,7 @@ class Settings(BaseSettings):
llm_settings: LLMSettings = LLMSettings()
model_config = SettingsConfigDict(env_file=".env")
model_config = SettingsConfigDict(env_file=".env", env_nested_delimiter="__")
settings = Settings()