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

Browse skills that share this tag.

  • test-us - Generate real-infrastructure pytest tests for User Stories
    testingpytestintegration-testinguser-stories

    ★ 0 · Updated 2026-09-21

    Reads acceptance criteria from USER-STORIES.md, selects the test layer, presents a plan for approval, and writes and runs real-infrastructure pytest tests.

    ⚙ Parse User Story acceptance criteria⚙ Select appropriate test layer⚙ Present test plan for approval
  • hypothesis - Property-based testing with Hypothesis in Python
    hypothesisproperty-based-testingpytestpolars

    ★ 0 · Updated 2026-09-17

    Generate test cases automatically, shrink minimal failing examples, and verify invariants using Hypothesis strategies.

    ⚙ Generate test data using strategies⚙ Shrink minimal failing test examples⚙ Execute stateful state machine tests
  • hypothesis - Property-Based Testing Framework for Python
    testingproperty-based-testinghypothesispython

    ★ 120 · Updated 2026-09-17

    Automatically generates test data, shrinks failing examples to minimal reproducible cases, and verifies invariants for Python and Polars code.

    ⚙ Generate test data using strategies⚙ Shrink minimal failing test examples⚙ Execute rule-based stateful tests
  • python-pro - Python 3.11+ development specialist for type-safe code.
    pythontypingasyncpytest

    ★ 0 · Updated 2026-09-17

    Generates type-annotated Python 3.11+ code, builds pytest suites, and validates code with mypy, black, and ruff.

    ⚙ Write type-annotated Python code⚙ Implement async await patterns⚙ Create pytest test suites
  • package-dependency-management - Install Python package dependencies in development mode
    pythondependency-managementpippytest

    ★ 15 · Updated 2026-09-16

    Install and manage Python package dependencies in development mode, ensuring required test tools are available for local validation.

    ⚙ Install package in editable mode⚙ Install development dependencies⚙ Execute test suite with pytest
  • python-pro - Python 3.11+ specialist for type-safe and async programming.
    pythontype-safetyasyncpytest

    ★ 4 · Updated 2026-09-16

    Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites, and validates code with black and ruff.

    ⚙ Generate type-annotated Python code⚙ Configure mypy strict mode⚙ Write pytest test suites
  • 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
  • prowler-test-api - Testing patterns for Prowler API
    prowlerapi-testingpytestjson-api

    ★ 18 · Updated 2026-09-14

    Provides testing patterns for Prowler API including JSON:API requests, Celery task testing, RLS tenant isolation, and RBAC.

    ⚙ Test JSON:API endpoints⚙ Test cross-tenant RLS isolation⚙ Test Celery async tasks
  • python-test-generator - Python Test Generator for FastAPI and SQLAlchemy
    pythonpytestfastapisqlalchemy

    ★ 8 · Updated 2026-09-14

    Generates Python test suites and architecture for FastAPI and SQLAlchemy projects using pytest, testcontainers, and polyfactory.

    ⚙ Scaffold test directory structure⚙ Generate container fixture files⚙ Generate entity factory files
  • 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
  • clean-tests - Improve Python test coverage, speed, and structure
    pythontestingpytestcoverage

    ★ 0 · Updated 2026-09-12

    Improves Python test suite speed, boundary coverage, and code structure for features and bug fixes.

    ⚙ Improve test code structure⚙ Test boundary cases⚙ Measure coverage using pytest
  • tdd - Red-green-refactor workflow for code changes
    tddtestingpytestvitest

    ★ 0 · Updated 2026-09-11

    Executes a red-green-refactor loop by writing a failing test first, committing it, and implementing minimum passing code.

    ⚙ Write failing test first⚙ Commit failing test⚙ Implement minimal code change
  • ti-shipping - Pre-shipping self-check procedure for Ti
    ti-shippingself-checkciruff

    ★ 1 · Updated 2026-09-10

    Pre-shipping self-check procedure for Ti to run Ruff linting, formatting checks, and Pytest before code submission or fixing CI failures.

    ⚙ Run Ruff code linting⚙ Check code formatting⚙ Run Pytest test suite
  • test-and-fix - Identify, analyze, and fix failing pytest unit tests.
    pytesttestingunit-testsbug-fix

    ★ 0 · Updated 2026-09-10

    Runs pytest unit tests and automatically fixes code failures, regression bugs, or test mismatches.

    ⚙ Run tests using make test⚙ Analyze pytest failure output⚙ Apply minimal code or test fixes
  • 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-plugins-build-commands - Testing plugins for various repository types
    testingpluginspythonnodejs

    ★ 5 · Updated 2026-09-10

    Covers testing plugins for various repository types including Python and Node.js repositories.

    ⚙ Map Python repositories⚙ Map Node.js repositories⚙ Run plugin tests
  • api-to-testcase-generator - Generate API Test Cases Automatically
    api-testingtest-generationpytestjest

    ★ 62 · Updated 2026-06-15

    Generate test cases from API definitions covering happy paths, edge cases, errors, and boundaries

    ⚙ parse API definitions⚙ generate test cases⚙ create test code
  • 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
  • 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

Scroll to load more