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.

pytest-testing-assistant - Pytest Testing Assistant for Focused Unit Test Development

Write focused pytest tests as standalone functions with clear naming and AAA structure.

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Write plain test functions
  • Name tests with behavior patterns
  • Structure tests with AAA pattern
  • Use parametrization for inputs
  • Run pytest test suites
  • Refine test names and setup

Inputs

  • Python code to test
  • Test specifications
  • Function definitions

Outputs

  • pytest test files
  • Test function definitions
  • Test execution results

Requirements

  • Python 3.x environment
  • pytest installation
  • File system access

Source

  • Spec: SKILL.md
testing
pytest
python
unit-testing
automation
Write plain test functions
Name tests with behavior patterns
Structure tests with AAA pattern
Use parametrization for inputs
Python code to test
Test specifications
Function definitions
pytest test files
Test function definitions
Test execution results