Enhance test coverage in test_app.py and test_indexer.py by refining mocking strategies and improving error handling. Update session and file reading mocks for better accuracy, and ensure health check tests correctly assess Meilisearch availability. Streamline argument passing for consistency across tests.

This commit is contained in:
Dmitriy Kazimirov 2025-03-30 01:07:16 +06:00
parent fbb514f2dd
commit 947592e806

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"python.testing.pytestArgs": [
"backend/tests"
]
}