Why this change is needed: CI lint checks were failing due to ruff-format violations in assert statements. How it solves it: Applied pre-commit ruff-format rules to reformat assert statements to match the preferred style (condition on new line before error message). Impact: - Fixes all remaining lint errors in test_e2e_multi_instance.py - Ensures CI passes for PR #2391 Testing: Ran 'uv run pre-commit run --files tests/test_e2e_multi_instance.py' which reformatted 1 file with ~15-20 assert statement fixes. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| README_WORKSPACE_ISOLATION_TESTS.md | ||
| test_aquery_data_endpoint.py | ||
| test_base_storage_integrity.py | ||
| test_curl_aquery_data.sh | ||
| test_dimension_mismatch.py | ||
| test_e2e_multi_instance.py | ||
| test_embedding_func.py | ||
| test_graph_storage.py | ||
| test_lightrag_ollama_chat.py | ||
| test_postgres_migration.py | ||
| test_postgres_retry_integration.py | ||
| test_qdrant_migration.py | ||
| test_workspace_isolation.py | ||
| test_write_json_optimization.py | ||