testing-patterns

Principles for reliable test suites.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "testing-patterns" with this command: npx skills add dokhacgiakhoa/antigravity-ide/dokhacgiakhoa-antigravity-ide-testing-patterns

Testing Patterns

Principles for reliable test suites.

  1. Testing Pyramid

     /\          E2E (Few)
    /  \         Critical flows
    

    /----
    / \ Integration (Some) /--------\ API, DB queries /
    /------------\ Unit (Many) Functions, classes

  2. AAA Pattern

Step Purpose

Arrange Set up test data

Act Execute code under test

Assert Verify outcome

  1. Test Type Selection

🧠 Knowledge Modules (Fractal Skills)

  1. When to Use Each

  2. Good Unit Tests

  3. What to Unit Test

  4. What to Test

  5. Setup/Teardown

  6. When to Mock

  7. Mock Types

  8. Naming

  9. Grouping

  10. Strategies

  11. Principles

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ui-ux-pro-max-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

notion-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
General

filesystem-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
General

aws-serverless

No summary provided by upstream source.

Repository SourceNeeds Review