Files
AI/참고/ontocast-main/test/__init__.py

13 lines
372 B
Python
Raw Normal View History

2026-05-12 19:40:31 +09:00
"""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
"""