Testing Standards
Write tests following 3-layer pyramid (unit 95%, integration 85%, E2E critical paths) with 1:1 file mapping for unit tests. Covers test organization, coverage requirements, fixtures, and best practices. Use when writing tests, checking coverage, or validating test structure.
test-pyramidtest-organizationtest-coveragetest-fixtures
randalmurphal
0
test-blocked-fixture
>
testingtest-fixturespytest
basher83
2