testing-strategy

Installation
SKILL.md

Testing Guidelines

Unit Tests

  • Test one thing per test
  • Use descriptive test names: test_user_creation_fails_with_invalid_email
  • Mock external dependencies
  • Keep tests fast and isolated

Integration Tests

  • Test API endpoints with realistic data
  • Verify database state changes
  • Clean up test data after each test
  • Use test fixtures for common scenarios

Running Tests

Installs
94
GitHub Stars
14
First Seen
Feb 6, 2026
testing-strategy — block/agent-skills