add-test

Generate pytest unit and integration tests for Prompture library features.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating robust unit and integration tests for the Prompture library, ensuring code quality and reliability.

Core Features & Use Cases

  • Test Generation: Creates tests following established pytest conventions.
  • Fixture Utilization: Leverages shared fixtures defined in conftest.py for consistency.
  • Integration Testing: Supports marking tests for integration with live LLM calls.
  • Use Case: When you add a new feature to Prompture, use this Skill to quickly generate the necessary test files and structure, ensuring the feature is well-tested from the start.

Quick Start

Use the add-test skill to create a new test file for the core extraction functionality.

Frequently Asked Questions about add-test

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

FAQPage Schema
How do I write unit and integration tests for Prompture features using pytest?

You can generate unit and integration tests for Prompture features using pytest conventions by leveraging structured testing practices. This skill creates test files that ensure code quality and reliability for new library features.

How do I use shared fixtures in conftest.py when testing Prompture?

Using shared fixtures in conftest.py ensures consistency across your Prompture test suite. This skill leverages these shared fixtures to maintain structured and reliable test generation practices for library features.

How do I mark integration tests for live LLM calls in Prompture?

Marking integration tests for live LLM calls in Prompture is supported through specific integration markers. This allows you to properly categorize and manage tests that interact with live language models during execution.

What is the best way to structure pytest tests for Prompture library features?

The best way to structure pytest tests for Prompture is by following established pytest conventions with shared fixtures and integration markers. This ensures robust code quality through structured and consistent testing practices.

Do I need pytest to generate tests for Prompture features?

Yes, you need pytest to generate tests for Prompture features. This skill specifically creates test files following established pytest conventions, utilizing shared fixtures and integration markers for testing LLM interactions.