·pydantic-ai-testing
</>

pydantic-ai-testing

existential-birds/beagle

Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions.

57Installs·0Trend·@existential-birds

Installation

$npx skills add https://github.com/existential-birds/beagle --skill pydantic-ai-testing

SKILL.md

| Unit tests without API | TestModel() | | Custom model logic | FunctionModel(func) | | Recorded real responses | @pytest.mark.vcr | | Assert output structure | inlinesnapshot | | Test tools are called | TestModel(calltools=[...]) | | Mock dependencies | agent.override(deps=...) |

Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions. Source: existential-birds/beagle.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill pydantic-ai-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Security certified for safe and reliable code One-click installation with simplified configuration Compatible with Claude Code, Cursor, and more

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/existential-birds/beagle --skill pydantic-ai-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is pydantic-ai-testing?

Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions. Source: existential-birds/beagle.

How do I install pydantic-ai-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/existential-birds/beagle --skill pydantic-ai-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/existential-birds/beagle