Skip to main content
Back to the directory
bobmatnyc/claude-mpm-skillsSoftware EngineeringFrontend and Design

pytest

Fast, scalable Python testing with fixtures, parametrization, and framework integration.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
896

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill pytest
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, pytest has 896 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: bobmatnyc/claude-mpm-skills. Canonical URL: https://skills.sh/bobmatnyc/claude-mpm-skills/pytest.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Fast, scalable Python testing with fixtures, parametrization, and framework integration. pytest is the industry-standard Python testing framework, offering powerful features like fixtures, parametrization, markers, plugins, and seamless integration with FastAPI, Django, and Flask. It provides a simple, scalable approach to testing from unit tests to complex integration scenarios. Key Features : Installation : Run tests: Run tests by marker: Common settings from your projects' pyproject.toml : Typical markers: Reference: see pyproject.toml in claude-mpm , edgar , mcp-vector-search , mcp-ticketer , and kuzu-memory for full lists. Correct: Correct: Correct: Correct: Correct: When using pytest, consider these complementary skills: RED → GREEN → REFACTOR Cycle: RED Phase: Write Failing Test GREEN Phase: Make It Pass REFACTOR Phase: Improve Code Test Structure: Arrange-Act-Assert (AAA) Phase 1: Root Cause Investigation Phase 2: Isolate the Problem Phase 3: Fix Root Cause Phase 4: Verify Solution [Full TDD and debugging workflows available in respective skills if deployed together] pytest Version Compatibility: This skill covers pytest 7.0+ and reflects current best practices for Python testing in 2025. - Fixture system provides dependency injection and setup/teardown with function, class, module, and session scopes - Parametrization enables data-driven tests; markers organize tests...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pytest do?

Fast, scalable Python testing with fixtures, parametrization, and framework integration.

Is pytest good?

pytest does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support pytest?

pytest currently lists compatibility with Skills CLI.

Is pytest safe to install?

pytest has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to pytest?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install pytest?

Run the following command to install pytest: npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill pytest

Related skills

More from bobmatnyc/claude-mpm-skills

Related skills

Alternatives in Software Engineering