Agentic-RagBot / tests /test_validator_count.py
Nikhil Pravin Pise
docs: update all documentation to reflect current codebase state
aefac4f
from src.biomarker_validator import BiomarkerValidator
def test_expected_biomarker_count_is_reference_size():
validator = BiomarkerValidator()
assert validator.expected_biomarker_count() == len(validator.references)