The reviewer correctly identified that test_bulk_utils.py, test_edge_operations.py, and test_node_operations.py are pure unit tests using only mocks - they don't require database connections. Changes: - Removed tests/utils/maintenance/ from ignore list (too broad) - Added specific ignore for test_temporal_operations_int.py (true integration test) - Moved test_bulk_utils.py, test_edge_operations.py, test_node_operations.py to unit tests - Kept test_graphiti_mock.py in database integration (uses real graph_driver fixture) This reduces database integration test time and properly categorizes tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ai-moderator.yml | ||
| cla.yml | ||
| claude-code-review.yml | ||
| claude.yml | ||
| codeql.yml | ||
| daily_issue_maintenance.yml | ||
| issue-triage.yml | ||
| lint.yml | ||
| mcp-server-docker.yml | ||
| release-graphiti-core.yml | ||
| typecheck.yml | ||
| unit_tests.yml | ||