mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
8 lines
430 B
Python
8 lines
430 B
Python
"""The e2e coverage registry: the denominator for e2e test coverage.
|
|
|
|
`schema.py` defines one validated row per customer-noticeable behavior (a "cell").
|
|
The `*.yaml` files hold the rows, one file per id-prefix. `registry.py` loads and
|
|
validates them; `collector.py` diffs the registry against the `@pytest.mark.covers`
|
|
markers on the live tests and reports coverage per module. See tests/e2e/AGENTS.md
|
|
for the naming grammar.
|
|
"""
|