testing-conventions 0.0.106

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
import pytest


@pytest.fixture
def greeting():
    return "hello"