testing-conventions 0.0.100

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
def shout(text):
    if not text:
        return "!"
    return f"{text}!"