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

Browse skills that use this input.

  • 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
  • pytest-runner - Execute Python tests with pytest for test automation
    pythontestingpytestautomation

    ★ 57 · Updated 2026-03-09

    Execute and manage pytest test suites with configuration, coverage reporting, and failure analysis

    ⚙ execute pytest tests⚙ check Python environment⚙ discover test files
  • python-testing - Python Pytest Testing Policies and Standards
    testingpythonpytestquality

    ★ 13 · Updated 2026-02-15

    Pytest testing policies for writing and reviewing Python tests

    ⚙ write Python test code⚙ review Python tests⚙ run pytest commands
  • 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