testing-conventions 0.0.76

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
# Waiver for R2 (#50): exempt the file from `no-inline-patch`, with a reason
# (auditable, reason-required — #32/#102).
[[python.exempt]]
path = "inline_with_patch_test.py"
rules = ["no-inline-patch"]
reason = "legacy test; the patch-into-fixture refactor is tracked separately"