testing-conventions 0.0.100

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
7
# Each language sets its own one-function-per-file threshold; a language with no
# table keeps the default of one line.
[python]
one_function_per_file = { max_lines = 5 }

[typescript.one_function_per_file]
max_lines = 20