Back to Skills

pytest

mattnigh
Updated 5 days ago
5 views
22
1
22
View on GitHub
Otherpytesttestingpythontddunit-testingfixturesmockingasyncfastapidjango

About

This skill enables professional Python testing with pytest, featuring fixtures, parametrization, and async support. It integrates seamlessly with FastAPI, Django, and Flask for comprehensive API and application testing. Use it for unit tests, integration testing, TDD workflows, and mocking dependencies in your Python projects.

Quick Install

Claude Code

Recommended
Primary
npx skills add mattnigh/skills_collection -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/mattnigh/skills_collection
Git CloneAlternative
git clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/pytest

Copy and paste this command in Claude Code to install this skill

GitHub Repository

mattnigh/skills_collection
Path: collection/bobmatnyc__terminator__claude__skills__toolchains-python-testing-pytest__SKILL.md
0

Related Skills

asyncio

Other

This skill provides comprehensive guidance on Python's asyncio framework for modern concurrent programming using async/await syntax. It covers core concepts like event loops, tasks, and coroutines along with practical implementations including aiohttp for async HTTP operations and FastAPI async patterns. Use it when building concurrent I/O-bound applications, parallel API clients, real-time systems, or async web servers.

View skill

golang-http-frameworks

Other

This skill helps developers build production-ready REST APIs in Go using net/http, Chi, Gin, Echo, and Fiber frameworks. It covers route structuring, middleware implementation, request validation, and error handling patterns. Use it when choosing an HTTP framework, designing REST endpoints, or implementing authentication and testing for Go services.

View skill

mypy

Other

mypy is a static type checker for Python that enables gradual typing with type hints and comprehensive type safety. Use it to add type safety to Python projects, enforce type checking in CI/CD, and refactor code with type annotations. It supports strict mode, Protocol types, and integrates with frameworks like FastAPI and Django.

View skill

golang-observability-opentelemetry

Other

This skill provides comprehensive Go observability instrumentation using OpenTelemetry for distributed tracing, Prometheus for metrics collection, and structured logging with slog. Use it when instrumenting microservices for production monitoring, debugging distributed systems, or setting up operational dashboards. It covers everything from initializing tracers and metrics endpoints to implementing HTTP middleware and health checks.

View skill