13 lines
372 B
Python
13 lines
372 B
Python
|
|
"""Test suite for OntoCast.
|
||
|
|
|
||
|
|
This package contains comprehensive tests for the OntoCast framework,
|
||
|
|
including unit tests, integration tests, and test utilities.
|
||
|
|
|
||
|
|
Test categories:
|
||
|
|
- Triple store tests (Neo4j, Fuseki)
|
||
|
|
- Ontology and state management tests
|
||
|
|
- Fact extraction and rendering tests
|
||
|
|
- Validation and utility tests
|
||
|
|
- Integration tests for the complete workflow
|
||
|
|
"""
|