← Về thư mục
scripts/test_version_records_schema.py
- _schema · function · L16-L17 — def _schema(name: str) -> dict
- _valid_version_records · function · L20-L66 — def _valid_version_records() -> dict
- test_version_records_schema_validates_canonical_example · function · L69-L70 — def test_version_records_schema_validates_canonical_example()
- test_version_records_rejects_unknown_top_level_field · function · L73-L77 — def test_version_records_rejects_unknown_top_level_field()
- test_version_records_rejects_invalid_arxiv_id · function · L80-L84 — def test_version_records_rejects_invalid_arxiv_id()
- _drop_top_schema_version · function · L87-L89 — def _drop_top_schema_version(doc: dict) -> dict
- _drop_record_required · function · L92-L94 — def _drop_record_required(doc: dict) -> dict
- _empty_known_versions · function · L97-L99 — def _empty_known_versions(doc: dict) -> dict
- _drop_known_version_required · function · L102-L104 — def _drop_known_version_required(doc: dict) -> dict
- _bad_discovery_status · function · L107-L109 — def _bad_discovery_status(doc: dict) -> dict
- _bad_kind · function · L112-L114 — def _bad_kind(doc: dict) -> dict
- _bad_metadata_provenance · function · L117-L119 — def _bad_metadata_provenance(doc: dict) -> dict
- _empty_title · function · L122-L124 — def _empty_title(doc: dict) -> dict
- _extra_prop_on_record · function · L127-L129 — def _extra_prop_on_record(doc: dict) -> dict
- _extra_prop_on_known_version · function · L132-L134 — def _extra_prop_on_known_version(doc: dict) -> dict
- _bad_date_precision · function · L137-L142 — def _bad_date_precision(doc: dict) -> dict
- test_version_records_rejects_mutations · function · L161-L171 — def test_version_records_rejects_mutations(mutator)
- test_version_records_rejects_year_out_of_range · function · L175-L180 — def test_version_records_rejects_year_out_of_range(year)
- test_literature_corpus_entry_contract_remains_unmodified_for_version_families · function · L183-L188 — def test_literature_corpus_entry_contract_remains_unmodified_for_version_families()
- test_kong_258_agent_and_formatter_markers_present · function · L191-L201 — def test_kong_258_agent_and_formatter_markers_present()
- test_kong_258_design_doc_documents_127_boundary_and_example_exists · function · L204-L211 — def test_kong_258_design_doc_documents_127_boundary_and_example_exists()