LightRAG/tests
BukeLy e89c17c603 fix: restore uv.lock revision 3 and fix code formatting
Why this change is needed:
1. uv.lock revision was downgraded from 3 to 2, causing potential
   dependency resolution issues
2. Code formatting in test_e2e_multi_instance.py did not match
   ruff-format requirements

How it solves it:
1. Restored uv.lock from main branch to get revision 3 back
2. Ran ruff format to auto-fix code formatting issues:
   - Split long print statement into multiple lines
   - Split long VectorParams instantiation into multiple lines

Impact:
- uv.lock now has correct revision number (3 instead of 2)
- Code formatting now passes pre-commit ruff-format checks
- Consistent with main branch dependency resolution

Testing:
- Verified uv.lock revision: head -3 uv.lock shows "revision = 3"
- Verified formatting: uv run ruff format tests/test_e2e_multi_instance.py
  reports "1 file reformatted"
2025-11-20 12:28:18 +08:00
..
conftest.py Add GitHub CI workflow and test markers for offline/integration tests 2025-11-18 11:36:10 +08:00
README_WORKSPACE_ISOLATION_TESTS.md Fix linting 2025-11-18 08:07:54 +08:00
test_aquery_data_endpoint.py Add GitHub CI workflow and test markers for offline/integration tests 2025-11-18 11:36:10 +08:00
test_base_storage_integrity.py style: fix lint errors (trailing whitespace and formatting) 2025-11-20 01:41:23 +08:00
test_curl_aquery_data.sh Fix linting 2025-10-06 04:57:11 +08:00
test_dimension_mismatch.py style: fix lint errors in test files 2025-11-20 12:24:53 +08:00
test_e2e_multi_instance.py fix: restore uv.lock revision 3 and fix code formatting 2025-11-20 12:28:18 +08:00
test_embedding_func.py style: fix lint errors (trailing whitespace and formatting) 2025-11-20 01:41:23 +08:00
test_graph_storage.py Add GitHub CI workflow and test markers for offline/integration tests 2025-11-18 11:36:10 +08:00
test_lightrag_ollama_chat.py Rename test classes to prevent warning from pytest 2025-11-18 13:33:05 +08:00
test_postgres_migration.py refactor: unify PostgreSQL and Qdrant migration logic for consistency 2025-11-20 11:37:59 +08:00
test_postgres_retry_integration.py Add GitHub CI workflow and test markers for offline/integration tests 2025-11-18 11:36:10 +08:00
test_qdrant_migration.py feat: implement dimension compatibility checks for PostgreSQL and Qdrant migrations 2025-11-20 12:22:13 +08:00
test_workspace_isolation.py Fix test to use default workspace parameter behavior 2025-11-18 11:51:17 +08:00
test_write_json_optimization.py Add GitHub CI workflow and test markers for offline/integration tests 2025-11-18 11:36:10 +08:00