graphiti/mcp_server/tests
Daniel Chalef 36c73ee43d fix: Fix test_configuration.py by returning config object
The test_config_loading() function was not returning the config object,
causing a NoneType error when passed to subsequent test functions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-08 07:25:02 -07:00
..
__init__.py feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
conftest.py test: Add integration tests for HTTP/SSE transports and fix lint issues 2025-08-30 08:50:48 -07:00
test_configuration.py fix: Fix test_configuration.py by returning config object 2025-10-08 07:25:02 -07:00
test_falkordb_integration.py fix: Resolve CI/CD issues for MCP server 2025-08-30 08:50:48 -07:00
test_http_integration.py test: Add integration tests for HTTP/SSE transports and fix lint issues 2025-08-30 08:50:48 -07:00
test_integration.py fix: Remove redundant tests and correct default transport mode 2025-08-30 08:50:48 -07:00
test_mcp_integration.py fix: Remove redundant tests and correct default transport mode 2025-08-30 08:50:48 -07:00
test_mcp_transports.py test: Add integration tests for HTTP/SSE transports and fix lint issues 2025-08-30 08:50:48 -07:00
test_stdio_simple.py test: Add integration tests for HTTP/SSE transports and fix lint issues 2025-08-30 08:50:48 -07:00