test-modules
Installation
SKILL.md
Test Modules Skill
This skill provides tools and workflows for creating, running, and managing test scripts for Python modules. It supports functional testing, unit testing, and integration testing across multiple project modules.
Quick Start
- Identify module to test: Determine which module or function needs testing
- Create test script: Write test cases using pytest or unittest
- Run tests: Execute tests and capture results
- Analyze results: Review test output and fix failures
- Generate report: Create test summary and coverage reports
Core Workflow
Test Creation Process
When creating tests for a new module: