Agent Plugins Marketplace
← All plugins

pytest-standards

v0.2.0

Enforces opinionated pytest testing standards, ensures all tests pass, maintains code coverage, and promotes property-based testing with Hypothesis. Never satisfied until tests pass and coverage is maintained.

Claude Code2 Skills

By cam-bartsLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install pytest-standards for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pytest-standards@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cam-barts/claude-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pytest-standards/.

Plugin files

plugins/pytest-standards/
├── .claude-plugin/plugin.json
├── skills/test-analysis/SKILL.md
└── skills/test-writing/SKILL.md

Included Skills2

test-analysisskills/test-analysis/SKILL.md

Use when diagnosing failing tests, analyzing coverage gaps, or profiling slow test suites. Parses pytest output, reports coverage by complexity, and identifies slow tests and fixtures.

test-writingskills/test-writing/SKILL.md

Use when writing new pytest tests or auditing fixture health and test smells. Covers fixture graph analysis and anti-pattern detection. Author scaffolding and Hypothesis strategies inline from source context.

Plugin manifests1

plugins/pytest-standards/.claude-plugin/plugin.json
{
  "name": "pytest-standards",
  "version": "0.2.0",
  "description": "Enforces opinionated pytest testing standards, ensures all tests pass, maintains code coverage, and promotes property-based testing with Hypothesis. Never satisfied until tests pass and coverage is maintained.",
  "author": {
    "name": "cam-barts"
  },
  "license": "MIT",
  "repository": "https://github.com/cam-barts/claude-marketplace",
  "keywords": [
    "testing",
    "pytest",
    "hypothesis",
    "coverage",
    "test-driven-development",
    "tdd",
    "property-based-testing",
    "fixtures",
    "python"
  ],
  "commands": "./commands",
  "agents": "./agents/test-enforcer.md",
  "skills": "./skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pytest-standards on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pytest-standards)