test-project

Execute pytest test suites and generate HTML/XML coverage reports.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/NoxelS/agentic-uv --skill test-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-project
Source: https://github.com/NoxelS/agentic-uv/tree/main/.copilot/skills/test-project
Command: npx skills add https://github.com/NoxelS/agentic-uv --skill test-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an automated approach to validate code changes by executing the complete test suite with coverage reporting, eliminating the tedium and inconsistency of manual testing.

Core Features & Use Cases

  • Execute the full pytest-based test suite across the project to ensure regressions are caught early.
  • Generate code coverage reports (HTML/XML) to identify uncovered code and guide test improvements.
  • Enable parallel test execution and CI-ready output to fit into existing development pipelines.

Quick Start

Run the full test suite and generate coverage reports using the included Makefile target.

Frequently Asked Questions about test-project

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

FAQPage Schema
How do I run a full pytest test suite with code coverage reporting?

Run a full pytest test suite with code coverage reporting by executing the included Makefile target, which validates code changes and outputs HTML/XML reports for CI integration.

What is the minimum code coverage threshold for Python projects using this automated test validation?

The minimum code coverage threshold for Python projects using this automated test validation is 80%, ensuring adequate test coverage across feature development, bug fixes, and refactoring tasks.

Does this test execution approach work with projects configured using pyproject.toml?

Yes, this test execution approach works specifically with Python projects that use pyproject.toml for configuration, applying automated end-to-end validation to feature development, bug fixes, and refactoring tasks.

Can I generate HTML and XML coverage reports for CI pipelines from pytest?

Yes, you can generate HTML and XML coverage reports for CI pipelines from pytest, producing CI-ready output that identifies uncovered code and fits into existing development pipelines.

How do I automate end-to-end validation for Python code changes and refactoring?

Automate end-to-end validation for Python code changes and refactoring by executing the full pytest test suite with coverage reporting, eliminating the tedium and inconsistency of manual testing.