run-tests

Run Prompture unit and integration tests with pytest flags.

12|1|Updated Sep 7, 2025
One-click install
npx skills add https://github.com/jhd3197/Prompture --skill run-tests-jhd3197
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-tests
Source: https://github.com/jhd3197/Prompture/tree/main/.claude/skills/run-tests
Command: npx skills add https://github.com/jhd3197/Prompture --skill run-tests-jhd3197

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of running Prompture's comprehensive test suite, ensuring code integrity and facilitating debugging.

Core Features & Use Cases

  • Flexible Test Execution: Supports running unit tests, integration tests, specific files, classes, or individual tests.
  • Customizable Output: Allows for verbose output, showing print statements, and pattern matching for targeted testing.
  • Credential Management: Provides an option to skip tests requiring credentials, useful in restricted environments.
  • Use Case: After making a change to the core prompture library, use this Skill to quickly run all relevant tests to confirm your changes haven't introduced regressions.

Quick Start

Run all unit tests for Prompture with quiet output.

Frequently Asked Questions about run-tests

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

FAQPage Schema
How do I run pytest tests for a specific file or class?

You can run pytest tests for a specific file or class by executing the test suite with targeted flags. This Skill supports executing specific files, classes, or individual tests to isolate your testing scope.

What is the best way to skip integration tests requiring credentials in a restricted environment?

The best way to skip integration tests requiring credentials is to use the provided credential management option. This feature allows you to deliberately skip tests that need missing credentials during your pytest execution.

Can I get verbose output and show print statements when running unit tests?

Yes, you can get verbose output and show print statements when running unit tests. The Skill provides customizable output flags to enable verbose logging and display print statements during execution.

How do I execute targeted test runs using pattern matching in pytest?

You can execute targeted test runs using pattern matching in pytest by leveraging the Skill's customizable execution flags. This allows you to match specific test names and run only the relevant tests.

Does this test execution Skill work for both unit and integration tests?

Yes, this test execution Skill works for both unit and integration tests. It executes Prompture's comprehensive test suite using pytest, supporting various flags for both test types to ensure code integrity.