testing-conventions 0.0.76

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
def greet(name: str) -> str:
    return f"Hello, {name}!"