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.

code-testing - Generate and run Python and JavaScript tests

Generate and run unit and integration tests with pytest or Jest using fixtures, mocks, and async support

Tags

Updated: 2026-03-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • generate unit tests
  • run integration tests
  • create fixtures
  • mock dependencies
  • measure coverage
  • test async functions

Inputs

  • Python source code
  • JavaScript source code
  • test data
  • test configuration

Outputs

  • test reports
  • coverage reports
  • test results files
  • pass/fail status

Requirements

  • pytest framework
  • jest framework
  • Python or JavaScript runtime

Source

  • Spec: SKILL.md
unit testing
integration testing
pytest
jest
code coverage
TDD
CI/CD
generate unit tests
run integration tests
create fixtures
mock dependencies
Python source code
JavaScript source code
test data
test reports
coverage reports
test results files