crilouterie/opinionated-ds-architect-test icon
public
Published on 4/25/2025
crilouterie/opinionated-ds-architect-test

Rules

Write tests using pytest with clear, descriptive names Place tests in a tests/ directory that mirrors the source structure Mock I/O and APIs; test edge cases and common failure modes Maintain 90%+ test coverage using pytest-cov