You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): update tests for entity class refactoring
The entity classes (Struct, Class, Function) were removed in commit
19231c7 but the tests were not updated. Also replaced GitPython
with pygit2 in test_git_history.py to match the project dependency.
Changes:
- test_c_analyzer.py: use FalkorDB Node property comparisons
- test_py_analyzer.py: use FalkorDB Node property comparisons
- test_git_history.py: replace GitPython with pygit2 API
- test_graph_ops.py: use add_entity() and Node properties
- api/graph.py: fix get_file() to return Node (consistent with
other getters; old code called deleted File constructor)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments