writing-tests
Installation
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.
Related skills
More from crossbill-highlights/crossbill-web
frontend-aesthetics
Instructions on how to design high quality frontend aesthetics
25css-colors
Instructions on how to add new colors for CSS rules
1typography
Instructions on how to design high quality typography
1making-commits
Guidelines on makign git commits
1database-operations
Instructions on how to write database queries with SQLAlchemy.
1