testing-conventions 0.0.21

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
# Red fixture: a valid coverage config plus one key the schema doesn't know
# (`unknown`). The loader's self-guard (serde `deny_unknown_fields`) must reject
# it — keeping the rest valid means this fixture fails *only* on the bad key.
[python]
coverage = { branch = true, fail_under = 100 }
unknown = true