cognee/cognee/tests
hajdul88 250cf59845
fix: fixes temporal graph ci/cd by deleting open ended asserts (#1415)
<!-- .github/pull_request_template.md -->

## Description
Fixes temporal graph ci/cd by deleting open ended asserts. Azure llm
handles the time extraction differently, however both of them are
correct

## 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
- [x] Code refactoring
- [ ] Performance improvement
- [ ] Other (please specify):

## Changes Made
<!-- List the specific changes made in this PR -->
Deletes open ended asserts

## Testing
Manual

## Screenshots/Videos (if applicable)
None

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

## Related Issues
None

## Additional Notes
None

## 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.
2025-09-16 17:48:00 +02:00
..
cli_tests fix: fixes cli test starts UI bug in CI/CD (#1404) 2025-09-15 13:55:02 +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 Cog 174 (#84) 2024-04-26 00:16:03 +02:00
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 fix: fixes temporal graph ci/cd by deleting open ended asserts (#1415) 2025-09-16 17:48:00 +02:00