tests: add base tests

This commit is contained in:
cătălin 2024-12-18 18:27:46 +01:00
commit 9893d36be3
No known key found for this signature in database
23 changed files with 353 additions and 206 deletions

View file

@ -83,3 +83,6 @@ def create_app():
"sbs": Provide(store_chatbot_settings_svc),
},
)
app = create_app()