cognee/cognee/tests
Boris 7f775ace7c
Merge dev into main (#1422)
<!-- .github/pull_request_template.md -->

## Description
<!-- 
Please provide a clear, human-generated description of the changes in
this PR.
DO NOT use AI-generated descriptions. We want to understand your thought
process and reasoning.
-->

## Type of Change
<!-- Please check the relevant option -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Changes Made
<!-- List the specific changes made in this PR -->
- 
- 
- 

## Testing
<!-- Describe how you tested your changes -->

## Screenshots/Videos (if applicable)
<!-- Add screenshots or videos to help explain your changes -->

## Pre-submission Checklist
<!-- Please check all boxes that apply before submitting your PR -->
- [ ] **I have tested my changes thoroughly before submitting this PR**
- [ ] **This PR contains minimal changes necessary to address the
issue/feature**
- [ ] My code follows the project's coding standards and style
guidelines
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have added necessary documentation (if applicable)
- [ ] All new and existing tests pass
- [ ] I have searched existing PRs to ensure this change hasn't been
submitted already
- [ ] I have linked any relevant issues in the description
- [ ] My commits have clear and descriptive messages

## Related Issues
<!-- Link any related issues using "Fixes #issue_number" or "Relates to
#issue_number" -->

## Additional Notes
<!-- Add any additional notes, concerns, or context for reviewers -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin.

---------

Co-authored-by: Igor Ilic <igorilic03@gmail.com>
Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
Co-authored-by: Gao,Wei <kaovip@gmail.com>
Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
Co-authored-by: Andrej Milicevic <milicevicandrej@yahoo.com>
2025-09-17 10:32:10 +02:00
..
cli_tests Merge dev into main (#1422) 2025-09-17 10:32:10 +02:00
integration/documents refactor: Move cli tests to run in parallel with all tests 2025-09-11 22:34:26 +02:00
tasks test: deprecate networkx_metrics_test.py 2025-08-15 12:59:49 +01:00
test_data tests: Add gh action to test relational db migration [COG-1591] (#718) 2025-04-11 14:02:44 +02:00
unit tests: Resolve failing search tests 2025-09-11 23:16:25 +02:00
__init__.py
test_chromadb.py feat: s3 storage (#988) 2025-07-14 21:47:08 +02:00
test_cognee_server_start.py added fix 2025-08-14 10:52:39 +02:00
test_custom_model.py feat: s3 storage (#988) 2025-07-14 21:47:08 +02:00
test_deduplication.py feat: Enable async execution of data items for incremental loading (#1092) 2025-07-29 10:39:31 -04:00
test_delete_by_id.py chore: updating delete_by_id test 2025-08-13 15:39:11 +02:00
test_delete_hard.py refactor: Speed up CI/CD execution time 2025-08-26 21:28:11 +02:00
test_delete_soft.py refactor: Speed up CI/CD execution time 2025-08-26 21:28:11 +02:00
test_edge_ingestion.py fix:Fixes missing entity to entity edges (#1118) 2025-07-22 11:48:56 +02:00
test_falkordb.py fix: Delete by id draft (#1073) 2025-07-16 21:11:35 +02:00
test_graph_visualization_permissions.py fix: graph visualization access for users with read permissions (#1220) 2025-08-08 20:42:57 +02:00
test_kuzu.py feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
test_library.py feat: s3 storage (#988) 2025-07-14 21:47:08 +02:00
test_memgraph.py feat: s3 storage (#988) 2025-07-14 21:47:08 +02:00
test_neo4j.py feat: implement combined context search (#1341) 2025-09-10 16:33:08 +02:00
test_neptune_analytics_graph.py Merge main vol 4 (#1200) 2025-08-05 12:48:24 +02:00
test_neptune_analytics_hybrid.py Merge main vol 4 (#1200) 2025-08-05 12:48:24 +02:00
test_neptune_analytics_vector.py Merge main vol 4 (#1200) 2025-08-05 12:48:24 +02:00
test_parallel_databases.py feat: new Dataset permissions (#869) 2025-06-06 14:20:57 +02:00
test_permissions.py fix: Resolve issue with accessing dataset name 2025-09-11 21:16:23 +02:00
test_pgvector.py Loader separation (#1240) 2025-08-14 19:55:39 +02:00
test_relational_db_migration.py tests: Resolve failing search tests 2025-09-11 23:16:25 +02:00
test_remote_kuzu.py feat: s3 storage (#988) 2025-07-14 21:47:08 +02:00
test_remote_kuzu_stress.py feat: remote kuzu adapter (#781) 2025-06-09 15:27:16 +02:00
test_s3.py Loader separation (#1240) 2025-08-14 19:55:39 +02:00
test_s3_file_storage.py fix: s3 file system env vars (#1112) 2025-07-19 15:56:15 +02:00
test_search_db.py tests: Resolve failing search tests 2025-09-11 23:16:25 +02:00
test_starter_pipelines.py fix: Add getting started tutorial to git (#870) 2025-06-09 16:57:33 +02:00
test_telemetry.py feat: New tests (#678) 2025-04-10 10:52:48 +02:00
test_temporal_graph.py Merge dev into main (#1422) 2025-09-17 10:32:10 +02:00