testing-conventions 0.0.107

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
# Rust is off until a `[rust].one_function_per_file` table opts in, so the red
# fixture needs one to be judged at all.
[rust]
one_function_per_file = { max_lines = 1 }