testing-conventions 0.0.21

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
def launch(flag):
    if flag:
        return "started"
    return "stopped"