Agent Skills: writing-tests

Guidelines on writing tests for the backend

UncategorizedID: aiskillstore/marketplace/writing-tests

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/crossbill-highlights/writing-tests

Skill Files

Browse the full folder contents for writing-tests.

Download Skill

Loading file tree…

skills/crossbill-highlights/writing-tests/SKILL.md

Skill Metadata

Name
writing-tests
Description
Guidelines on writing tests for the backend

When writing tests for the backend, follow these guidelines to ensure comprehensive and maintainable test coverage:

  • Try to keep individual tests cases short. Setup common test data using fixtures.
  • When tests need setup, use fixtures and functions to avoid repeating same steps in multiple tests.