testing-conventions 0.0.76

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