testing-conventions 0.0.62

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
# Waiver for the unit-isolation rule (#42): exempt the file from
# `unmocked-collaborator`, with a reason (auditable, reason-required — #32/#102).
[[python.exempt]]
path = "widget_test.py"
rules = ["unmocked-collaborator"]
reason = "legacy unit test reaching a real ledger; the isolation refactor is tracked separately"