testing-conventions 0.0.47

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
def add(a, b):
    return a + b


def is_positive(n):
    return n > 0