LightRAG/tests
BukeLy d89849c8a6 fix: E2E test fixture scope mismatch
Fix pytest fixture scope incompatibility with pytest-asyncio.
Changed fixture scope from "module" to "function" to match
pytest-asyncio's default event loop scope.

Issue: ScopeMismatch error when accessing function-scoped
event loop fixture from module-scoped fixtures.

Testing: Fixes E2E test execution in GitHub Actions
2025-11-19 23:58:32 +08:00
..
conftest.py
README_WORKSPACE_ISOLATION_TESTS.md
test_aquery_data_endpoint.py
test_base_storage_integrity.py
test_curl_aquery_data.sh
test_e2e_postgres_migration.py fix: E2E test fixture scope mismatch 2025-11-19 23:58:32 +08:00
test_e2e_qdrant_migration.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