Testing Strategy

Choose appropriate tests and reduce regressions.

pedroct Updated

File contents

Testing Strategy

Steps

  1. Prefer the smallest test that validates behavior.
  2. Use unit tests for pure logic, integration for boundaries.
  3. Add regression tests for bug fixes.
  4. If tests cannot run, state the reason.

pedroct/treit-kit-agentes/tree/main/templates/base/.agents/skills/testing-strategy commit db64473fbf

Frequently asked questions

npx skillmds@latest add pedroct/testing-strategy