trustgraph/tests/unit/test_knowledge_graph/__init__.py
cybermaggedon 4daa54abaf
Extending test coverage (#434)
* Contract tests

* Testing embeedings

* Agent unit tests

* Knowledge pipeline tests

* Turn on contract tests
2025-07-14 17:54:04 +01:00

10 lines
No EOL
327 B
Python

"""
Unit tests for knowledge graph processing
Testing Strategy:
- Mock external NLP libraries and graph databases
- Test core business logic for entity extraction and graph construction
- Test triple generation and validation logic
- Test URI construction and normalization
- Test graph processing and traversal algorithms
"""