pytest skills

66 tagged pytest, measured the same way as everything else here.

Browse within: python 58project-template 27python-project-template 27python3 27uv 27pylint 21fastapi 5

testing

01

thomwebb/gac

Skill Claude CodeCodex

Use when running, writing, or debugging tests in the GAC project. Covers test structure, pytest commands, provider testing patterns, and integration vs unit test practices.

318 4d ago A 35 tokens original MIT

results-dashboard

02

rollinsio/beyond-test-coverage

Skill Claude CodeCodex

Turn a test-quality scorecard JSON into a self-contained interactive HTML readout — hero stats, a per-axis Win/Tie/Loss distribution chart, and the full per-suite matrix. Use when the user wants to visualize benchmark/scorecard results, regenerate the results dashboards in docs/, or render a {baselines, arms}…

52 2mo ago A 119 tokens original MIT

test-quality

03

rollinsio/beyond-test-coverage

Skill Claude CodeCodex

Audit, harden, or generate unit tests with a focus on mutation-resistance and durable quality — not just coverage %. Use when the user asks to improve or harden test quality, make tests less fragile/brittle, review tests for anti-patterns (error-message-substring asserts, private-symbol access, tautological…

52 2mo ago A 216 tokens original MIT

author-test-stubs

07

nullhack/temple8

Skill Claude CodeCodex

Author test stub files (.pyi) whose signatures express the domain, relationships, and compositions, as the first contract surface.

11 27d ago A 30 tokens original MIT

model-data-schema

08

nullhack/temple8

Skill Claude CodeCodex

Author the persistence schema as a binding contract from the captured external shapes and the interview — before any test stub is written.

11 27d ago A 28 tokens original MIT

simulate-contracts

09

nullhack/temple8

Skill Claude CodeCodex

Compile the contract set in your head — simulate how the real application would run from the specs, and disprove (or confirm) it works before any source .py is written.

11 27d ago A 40 tokens original MIT

aishajv/claude-everything

Skill Claude CodeCodex

This skill should be used when creating a service class, adding an API route, defining Pydantic schemas, writing error handling, reviewing code style, checking project directory structure, writing or running database migrations, or deciding what belongs in which layer. Covers style, naming, error handling, logging…

5 7d ago A 84 tokens

aishajv/claude-everything

Skill Claude CodeCodex

This skill should be used when writing unit tests, integration tests, creating test factories, mocking dependencies, or reviewing test coverage. Covers test pyramid, conventions, factories, and per-layer rules.

5 7d ago A 45 tokens

aishajv/claude-everything

Skill Claude CodeCodex

Design or review a modular monolith by defining bounded contexts, assigning ownership, enforcing public service-layer interfaces, keeping dependencies one-way, and separating shared technical code from business code. Use when planning modules, adding a feature that crosses module boundaries, or finding direct…

5 7d ago A 66 tokens

docs

13

SpecLeft/specleft

Skill Claude CodeCodex

Skill "docs" from SpecLeft/specleft, covering specleft cli reference, setup, workflow, quick checks and safety.

3 4mo ago A 0 tokens original Apache-2.0

pytest-expert

14

Blazkojj/skillhub

Skill Claude CodeCodex

Pytest fixtures, parametrize, mock/monkeypatch, async testing with pytest-asyncio, and coverage reporting.

2 13d ago A 29 tokens

invarianteval

15

AlpharomeroJL/invarianteval

Skill Claude CodeCodex

Before finalizing structured or extracted output in a domain with declared safety invariants, verify the output against your invariant suite and refuse to ship when a locked field was model-auto-filled. Invoke when the user or task involves high-stakes structured extraction, compliance fields, or pass/fail results…

1 2mo ago A 67 tokens original MIT