LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: mocking

Browse skills that share this tag.

  • testing-patterns - Jest testing patterns, factory functions, and TDD workflow
    testingjesttddfactory-pattern

    ★ 1,727 · Updated 2026-09-16

    Provides Jest testing patterns, factory functions, mocking strategies, and TDD workflows for unit testing.

    ⚙ Write unit tests using TDD⚙ Create component and data factories⚙ Mock modules and GraphQL hooks
  • pytest - Pytest testing patterns for Python
    pytestpythontestingmocking

    ★ 1 · Updated 2026-09-15

    Provides guidance and code patterns for writing Python tests using pytest, including fixtures, mocking, parametrization, and markers.

    ⚙ Write pytest test structures⚙ Create pytest fixtures⚙ Mock dependencies with patch
  • pytest - Pytest testing patterns for Python
    pytestpythontestingfixtures

    ★ 1 · Updated 2026-09-14

    Provides patterns for writing Python pytest tests, including fixtures, mocking, parametrization, markers, async tests, and CLI commands.

    ⚙ Write basic pytest test structures⚙ Configure pytest fixtures and conftest⚙ Mock objects and functions
  • python-testing-patterns - Python Testing Patterns
    pythonpytesttestingtdd

    ★ 509 · Updated 2026-09-10

    Implement comprehensive testing strategies in Python using pytest, fixtures, mocking, and test-driven development.

    ⚙ Write Python unit tests⚙ Set up test infrastructure⚙ Implement test-driven development
  • test-scaffold - Automated test structure generation for existing code
    testingunit-testintegration-testmocking

    ★ 0 · Updated 2026-09-09

    Generates automated unit, integration, and edge case test scaffolding and mocks based on existing production code.

    ⚙ Analyze target production code⚙ Identify external dependencies⚙ Create stubs spies and mocks
  • agent-testing - Testing Vercel AI SDK Code
    testingmockingVercel AI SDKtest fixtures

    ★ 4 · Updated 2026-05-28

    Test Vercel AI SDK code with correct mock fixtures and avoid V3 protocol bugs

    ⚙ create mock models⚙ generate text responses⚙ stream text responses
  • mocking-assistant - API and Service Mocking Assistant
    testingmockingAPI mockingMSW

    ★ 1 · Updated 2026-05-11

    Create stable mocks for APIs, services, and UI components using MSW and fixture conventions

    ⚙ create MSW handlers⚙ define fixtures⚙ mock API endpoints
  • mocking-assistant - Create stable API and service mocks
    testingmockingAPIMSW

    ★ 57 · Updated 2026-05-11

    Creates stable mocks for APIs, services, and UI components using MSW

    ⚙ create MSW handlers⚙ setup mock server⚙ define fixtures
  • mocking-assistant - Create reliable API and service mocks
    testingmockingMSWAPI

    ★ 602 · Updated 2026-05-11

    Creates stable mocks for APIs, services, and UI components using MSW

    ⚙ create MSW handlers⚙ setup test server⚙ define fixtures
  • python-testing - Python Testing with pytest and TDD
    testingpytestTDDPython

    ★ 38 · Updated 2026-05-09

    Comprehensive Python testing strategies using pytest, TDD, fixtures, mocking, and coverage

    ⚙ write test cases⚙ run pytest tests⚙ create test fixtures
  • webapp-testing - Web Application Testing Guide
    testingwebappjestunit testing

    ★ 9 · Updated 2026-03-24

    Write and understand testing best practices for web applications

    ⚙ write integration tests⚙ write unit tests⚙ mock API calls
  • testing-best-practices - Testing Best Practices Guide
    testingunit-testsmockingtest-patterns

    ★ 0 · Updated 2026-03-22

    Write tests following AAA pattern, proper naming, and mocking strategies

    ⚙ write tests⚙ structure tests⚙ name tests
  • ios-testing - iOS Testing with XCTest Framework
    iOStestingXCTestunit-test

    ★ 32 · Updated 2026-03-22

    Test iOS apps with XCTest including unit tests, UI tests, mocks, and testing patterns for Swift and SwiftUI

    ⚙ write unit tests⚙ write UI tests⚙ create mock objects
  • nunit-skill - Generate NUnit 3 Unit Tests in C#
    unit-testingC#NUnittest-automation

    ★ 62 · Updated 2026-03-09

    Generates NUnit 3 test code for C# applications with constraint model and Moq mocking

    ⚙ generate NUnit test fixtures⚙ create constraint model assertions⚙ write parameterized test cases
  • consumer-test-coverage - Consumer Test Coverage for Microservices
    testingcoveragemicroservicesconsumer-facing

    ★ 0 · Updated 2026-02-14

    Create or expand consumer-centric test suites and coverage for microservices while preserving behavior and meeting coverage targets.

    ⚙ read service specifications⚙ identify consumer entrypoints⚙ add test paths
  • unittest-test-creator - Unittest Test Creator for Automated Test Generation
    testingtest-automationunittestjest

    ★ 2,781 · Updated 2026-02-13

    Create and assist with unittest test creation operations

    ⚙ Provide step-by-step guidance⚙ Generate production-ready code⚙ Validate outputs against standards
  • mockery-generate - Golang Mockery Generation with go:generate
    Golangtestingmockingcode-generation

    ★ 6 · Updated 2026-02-13

    Generates mock implementations for Golang interfaces using mockery and go:generate to eliminate handwritten mock structs

    ⚙ scan interface definitions⚙ add go:generate comments⚙ validate go:generate comments
  • python-testing-patterns - Python Testing Patterns with pytest and TDD
    testingpythonpytesttdd

    ★ 0 · Updated 2026-02-12

    Implement Python testing strategies using pytest, fixtures, and mocking

    ⚙ write unit tests for Python code⚙ set up test suites⚙ implement test-driven development
  • mockery-generate - Generate Golang Interface Mocks with Mockery
    golangtestingmockingautomation

    ★ 602 · Updated 2026-02-12

    Uses mockery with go:generate to automatically generate mocks for Golang interfaces, eliminating manual mock creation

    ⚙ scan interface definitions⚙ add go:generate comments⚙ validate mockery configuration
  • Testing - Golang Testing Standards for Unit Tests and Mocking
    golangtestingtddmocking

    ★ 570 · Updated 2026-02-12

    Standards for unit testing, table-driven tests, and mocking in Golang.

    ⚙ Write table-driven tests⚙ Implement mocking strategies⚙ Follow TDD workflow