Agent skill
writing-tests
Guidelines on writing tests for the backend
Stars
232
Forks
15
Install this agent skill to your Project
npx add-skill https://github.com/aiskillstore/marketplace/tree/main/skills/crossbill-highlights/writing-tests
SKILL.md
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.
Didn't find tool you were looking for?