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: fixtures

Browse skills that share this tag.

  • 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
  • pytest-patterns - Pytest Advanced Patterns
    pytestfixturesparametrizepytest-asyncio

    ★ 602 · Updated 2026-09-13

    Provides Python testing strategies with Pytest, covering scoped fixtures, matrix parametrization, and async test architecture.

    ⚙ Define scoped setup and teardown⚙ Execute matrix parametrization tests⚙ Test asynchronous coroutines
  • agent-ide-cli-fixture-test - Manual CLI verification workflow against fixture projects
    agent-ideclitestingfixtures

    ★ 1 · Updated 2026-09-13

    Manually verifies agent-ide CLI against fixtures, inspects git diffs, restores state, and fixes discovered bugs.

    ⚙ Inspect fixture git status⚙ Build the agent-ide CLI⚙ Run CLI actions on fixtures
  • 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
  • swift-testing - Swift Testing Expert Guidance
    swifttestingunit testsintegration tests

    ★ 76 · Updated 2026-06-15

    Expert guidance on Swift Testing framework, patterns, and implementation with modern best practices

    ⚙ write unit tests⚙ write integration tests⚙ create test doubles
  • mocking-assistant - Create reliable API and service mocks
    API mockingMSWtestingfixtures

    ★ 0 · Updated 2026-05-11

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

    ⚙ define MSW handlers⚙ setup mock server⚙ create fixtures
  • 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
  • mock-data-generator - Generate realistic mock data for testing
    testingfixturesdata-generationcodegen

    ★ 0 · Updated 2026-02-15

    Create realistic fixtures and factories for testing and development

    ⚙ clarify scope and constraints⚙ review system state and dependencies⚙ select patterns and tools
  • create-pdf-fixture - Create PDF test fixtures with tables and images for extractor testing
    PDF generationtestingfixturesdocument processing

    ★ 602 · Updated 2026-02-14

    Generate PDF documents combining ReportLab tables and AI-generated images for testing document extractors.

    ⚙ generate PDF test fixtures⚙ combine tables and images⚙ orchestrate table creation
  • 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