Evidence with supportive metadata
This commit is contained in:
parent
6c0a7db5e4
commit
eb1513e463
10 changed files with 194 additions and 9 deletions
|
|
@ -34,6 +34,12 @@ def test_initialize_is_idempotent_and_applies_expected_columns(tmp_path):
|
|||
|
||||
assert "source_refs" in feature_columns
|
||||
assert "source_refs" in evidence_columns
|
||||
assert {
|
||||
"target_kind",
|
||||
"target_id",
|
||||
"reference_kind",
|
||||
"reference_id",
|
||||
} <= evidence_columns
|
||||
assert "content_chunks" in tables
|
||||
assert "expectation_gaps" in tables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue