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 with capability: mock dependencies

Browse skills that share this capability.

  • cpp-testing - C++ Testing with GoogleTest
    C++testingGoogleTestGoogleMock

    ★ 3 · Updated 2026-05-28

    C++ testing workflow using GoogleTest/GoogleMock with CMake/CTest for modern C++ projects

    ⚙ write tests⚙ configure CMake/CTest⚙ run tests
  • tdd-workflow - Test-Driven Development Workflow
    testingTDDunit testingintegration testing

    ★ 0 · Updated 2026-05-09

    Enforce tests-first development with 70%+ coverage for features, bugs, and refactoring

    ⚙ write unit tests⚙ write integration tests⚙ write E2E tests
  • python-testing - Python Testing with pytest and TDD
    pythontestingpytestTDD

    ★ 0 · Updated 2026-05-09

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

    ⚙ write pytest tests⚙ run test suites⚙ create test fixtures
  • testing - Testing for TypeScript/React/Next.js
    testingunit testingintegration testinge2e testing

    ★ 0 · Updated 2026-05-09

    Testing strategies and patterns for TypeScript/React/Next.js applications

    ⚙ write unit tests⚙ write integration tests⚙ write e2e tests
  • cui-javascript-unit-testing - Jest Unit Testing Standards
    JavaScriptUnit TestingJestTest Standards

    ★ 57 · Updated 2026-03-26

    Provides Jest unit testing standards covering configuration, test structure, patterns, and coverage requirements

    ⚙ read standards documents⚙ analyze coverage reports⚙ create test files
  • tester - Generate and run tests for code
    testingcode qualitytest generationunit tests

    ★ 2 · Updated 2026-03-23

    Generate and run unit tests and integration tests with coverage reporting

    ⚙ generate unit tests⚙ generate integration tests⚙ run tests
  • code-testing - Generate and run Python and JavaScript tests
    unit testingintegration testingpytestjest

    ★ 18 · Updated 2026-03-23

    Generate and run unit and integration tests with pytest or Jest using fixtures, mocks, and async support

    ⚙ generate unit tests⚙ run integration tests⚙ create fixtures
  • code-testing - Generate and Run Unit and Integration Tests
    testingunit testintegration testpytest

    ★ 602 · Updated 2026-03-22

    Generate and run unit and integration tests using pytest or Jest with fixtures, mocks, and async support.

    ⚙ generate unit tests⚙ generate integration tests⚙ run pytest tests
  • 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
  • jest-testing - Jest Testing Framework for JavaScript/TypeScript Code
    testingjestjavascripttypescript

    ★ 602 · Updated 2026-02-14

    Write Jest tests for interpreters, parsers, and async code with best practices

    ⚙ write test cases⚙ run test suites⚙ create snapshots
  • Go Testing Strategies - Go Testing Strategies for Unit, Integration and E2E Tests
    testingGounit-testingintegration-testing

    ★ 0 · Updated 2026-02-13

    Implement testing patterns including unit, integration, and end-to-end tests for Go applications

    ⚙ run unit tests⚙ run integration tests⚙ run end-to-end tests
  • vue-testing-best-practices - Vue.js Testing Best Practices and Patterns
    testingVue.jsVitestcomponent testing

    ★ 2,866 · Updated 2026-02-09

    Guidance for Vue.js testing covering Vitest, Vue Test Utils, component testing, mocking patterns, and Playwright E2E testing

    ⚙ setup test infrastructure⚙ test Vue components⚙ mock dependencies