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
Write an end-to-end test to identify duplicated edges and/or nodes by running both the cognify and code_graph pipelines on test data. The test should follow the structure of the tests in cognee/cognee/tests (e.g., test_neo4j.py).
Tasks:
Create/update a test dataset for running both pipelines (cognify and code_graph).
Implement an end-to-end test to process the test data through both pipelines.
Validate the resulting graph to detect and report any duplicated edges or nodes.
Follow the test structure and conventions used in cognee/cognee/tests
Write an end-to-end test to identify duplicated edges and/or nodes by running both the
cognify
andcode_graph
pipelines on test data. The test should follow the structure of the tests incognee/cognee/tests
(e.g.,test_neo4j.py
).Tasks:
cognify
andcode_graph
).cognee/cognee/tests
From SyncLinear.com | COG-767
The text was updated successfully, but these errors were encountered: