testing-conventions 0.0.106

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
[[python.exempt]]
path = "pair.py"
rules = ["one-function-per-file"]
reason = "the codec's two halves are one unit; splitting them hides the inverse pair"