Dev10x:py-test

Run pytest tests with coverage enforcement for Python code changes.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-py-test-dev10x-guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:py-test
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/py-test
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-py-test-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of Python tests with coverage enforcement, ensuring that all new code changes are fully tested before committing.

Core Features & Use Cases

  • Automated Test Execution: Runs pytest tests with coverage enforcement for new code.
  • Coverage Reporting: Reports pass/fail status and coverage percentage.
  • Conditional Execution: Triggered on code changes, explicit requests, or pull requests.

Quick Start

Run the tests with the command: /Dev10x:py-test

Frequently Asked Questions about Dev10x:py-test

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

FAQPage Schema
How do I automate pytest execution with code coverage enforcement for Python changes?

You can automate pytest execution with code coverage enforcement by triggering the test run on code modifications, manual requests, or pull requests to ensure 100% coverage for new Python code.

Can I enforce 100% test coverage for new Python code in a pull request?

Yes, you can enforce 100% test coverage for new Python code by triggering the automated pytest execution directly on pull requests and code modifications.

How do I check pytest pass/fail status and coverage percentage for my Python code?

You can check pytest pass/fail status and coverage percentage by running the automated test execution, which generates a report detailing the coverage metrics for your Python code changes.

Do I need to install any dependencies to run automated pytest coverage checks?

No, you do not need to install any external dependencies to run automated pytest coverage checks, as the Skill operates independently without requiring additional packages.

When should I use automated test coverage enforcement for Python code changes?

You should use automated test coverage enforcement when modifying Python code, submitting pull requests, or needing strict validation to guarantee 100% coverage for all new code changes.