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

Browse skills that share this capability.

  • python-doctor - Python Code Audit and Health Check
    pythoncode auditsecurityperformance

    ★ 57 · Updated 2026-05-28

    Audits Python codebases for security, performance, correctness, and architecture issues with runtime checks and static analysis

    ⚙ scan Python codebase⚙ check syntax with compileall⚙ run pytest tests
  • 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
  • farm-stack - FARM Stack Project Scaffold Tool
    full-stackproject generatorcode scaffoldFastAPI

    ★ 2 · Updated 2026-03-23

    Scaffold FastAPI + React + MongoDB applications with project structure, config patterns, and Docker setup

    ⚙ create project structure⚙ create environment variables⚙ create YAML config
  • 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
  • backend-dev - FastAPI Backend Development
    backendFastAPIPythonTDD

    ★ 0 · Updated 2026-03-22

    Develops backend features including models, schemas, API endpoints, and tests for FastAPI application

    ⚙ read feature specification⚙ write test cases⚙ create database models
  • sonic-kvm-testbed - SONiC KVM Virtual Testbed Deployment
    SONiCvirtual testbedKVMnetwork testing

    ★ 2 · Updated 2026-03-21

    Deploy KVM virtual testbed with cEOS neighbors for pytest-based network tests

    ⚙ deploy KVM testbed⚙ configure network topology⚙ deploy minigraph
  • testing - PyPTO Testing - Verify Code Changes and Test Coverage
    testingverificationautomationquality

    ★ 121 · Updated 2026-02-18

    Verify testing coverage and run tests for PyPTO project

    ⚙ build PyPTO project⚙ run pytest tests⚙ check test coverage
  • pytest-testing-assistant - Pytest Testing Assistant
    testingpytestautomationpython

    ★ 18 · Updated 2026-02-13

    Write focused pytest tests as standalone functions with one test per function

    ⚙ identify behavior⚙ write test functions⚙ use assertions