mirror of
https://github.com/intari/search2_chatgpt.git
synced 2025-04-14 02:39:14 +00:00
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:
parent
fbb514f2dd
commit
947592e806
1 changed files with 5 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"python.testing.pytestArgs": [
|
||||
"backend/tests"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue