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

  1. Identify module to test: Determine which module or function needs testing
  2. Create test script: Write test cases using pytest or unittest
  3. Run tests: Execute tests and capture results
  4. Analyze results: Review test output and fix failures
  5. Generate report: Create test summary and coverage reports

Core Workflow

Test Creation Process

When creating tests for a new module:

Installs
1
First Seen
Jun 24, 2026
test-modules — dudusoar/sdr-sentiment-analysis