pytest-suite

Generate pytest-based test suites with conftest.py and unit tests for Python modules.

2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM --skill pytest-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pytest-suite
Source: https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM/tree/main/.claude/skills/pytest-suite
Command: npx skills add https://github.com/SKNETWORKS-FAMILY-AICAMP/SKN20-FINAL-6TEAM --skill pytest-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers rapidly generate pytest-based test suites for Python modules, enabling TDD-driven development and consistent testing practices.

Core Features & Use Cases

  • Automated skeletons for unit and integration tests aligned with module structure.
  • Conftest and fixtures scaffolding to kickstart test environments.
  • Guided workflow for TDD adoption across new and existing projects.

Quick Start

Use this Skill to generate a basic pytest test structure for a module like backend/users/service.py, including unit tests, a conftest, and optional integration tests.

Frequently Asked Questions about pytest-suite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate pytest test suites for Python modules?

To generate pytest test suites for Python modules, use this Skill to output a ready-to-run directory structure containing conftest.py, unit tests, and optional integration tests. It scaffolds automated test skeletons aligned directly with your existing module structure.

What is the best way to start TDD with pytest in an existing Python project?

The best way to start TDD with pytest is by generating guided test skeletons and conftest fixtures. This Skill scaffolds a complete test environment, providing a structured workflow for adopting TDD across both new and existing incremental codebases.

Does this pytest generation approach include conftest and fixtures setup?

Yes, this pytest generation approach includes conftest and fixtures setup. It creates scaffolding for conftest.py to kickstart your test environment, alongside automated skeletons for both unit tests and optional integration tests.

Can I automatically create unit and integration tests for Python modules?

Yes, you can automatically create unit and integration tests for Python modules. The Skill generates automated test skeletons aligned with your module structure, outputting both mandatory unit tests and optional integration tests.

When do I need to scaffold a pytest directory structure?

You need to scaffold a pytest directory structure when onboarding new modules or adopting TDD-driven development. This ensures consistent testing practices by generating a ready-to-run environment with conftest.py and test files.

Why generate test skeletons instead of writing pytest tests manually?

Generating test skeletons accelerates TDD-driven development and ensures consistent testing practices across incremental codebases. It rapidly produces a ready-to-run pytest structure with conftest and fixtures, reducing manual setup time for onboarding new modules.