mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Fixed provenance test KeyError: changed lineage['source'] to lineage['source_documents'] - Fixed import error in test_llm_extraction_fixes.py by removing problematic reload - Added comprehensive JenaStore empty graph test suite (22 tests) - Tests empty graph initialization and operations - Validates distinction between None (uninitialized) and empty (0 triplets) - Covers all 5 fixed methods: add_triplets, get_triplets, delete_triplet, execute_sparql, serialize - Includes edge cases: concurrent operations, benchmarking scenarios, Unicode handling All 575 tests now passing. Ready for release.