$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 51 of 63

Packages

pytest_httpserver With conditions
PyPI · Python Modules · released Feb 2026

A pytest fixture and standalone context manager that runs a fake HTTP server on localhost, letting you test HTTP clients without hitting real servers by defining expected requests and their responses.

license unclearpure Python · 3.10+
3.9Mdownloads / mo
pytest-httpx Worth it
PyPI · WWW/HTTP · released Apr 2026

pytest-httpx provides a pytest fixture that intercepts httpx requests and replies with user-defined mock responses, supporting both sync and async clients.

Install it if you test code that uses httpx; skip it only if you don't use httpx or prefer a different mocking approach.

MITpure Python · 3.10+
22.9Mdownloads / mo
pytest-httpx2 With conditions
PyPI · Testing · released May 2026

A pytest plugin that mocks httpx2 HTTP requests using respx, letting you define expected requests and responses in tests without hitting real endpoints.

BSD-3-Clausepure Python · 3.10+
140.9Kdownloads / mo
pytest-icdiff With conditions
PyPI · Testing · released Dec 2023

A pytest plugin that replaces default assertion diff output with colored, side-by-side diffs from ICDiff for easier comparison of mismatched values.

permissive licensepure Python · 3.7+dormant
9.7Mdownloads / mo
pytest-ignore-test-results With conditions
PyPI · Testing · released Feb 2025

A pytest plugin that selectively ignores test case results while still executing the tests, allowing you to suppress failures from specific tests by name or pattern.

Apache-2.0pure Python · 3.7+
175.9Kdownloads / mo
pytest-incremental Skip
PyPI · Testing · released Apr 2021

pytest-incremental is a pytest plugin that speeds up test execution by analyzing project structure and file changes to reorder tests and skip unchanged ones.

MITbuilds from sourceabandoned
196.6Kdownloads / mo
pytest-insta With conditions
PyPI · Testing · released Nov 2025

A pytest plugin that enables snapshot testing by comparing test outputs against stored reference values, with built-in support for text, binary, JSON, and pickle formats plus an interactive review tool.

However, the unclear license and aging maintenance (265 days since last release) mean you should verify the license terms and assess whether the project's pace…

license unclearpure Python · 3.10+aging
252.4Kdownloads / mo
pytest-instafail Worth it
PyPI · Libraries · released Mar 2023

A pytest plugin that displays test failures and errors immediately as they occur, rather than deferring them until the end of the test session.

BSD-3-Clausepure Python · 3.7+
7.3Mdownloads / mo
pytest-integration With conditions
PyPI · Testing · released Nov 2022

A pytest plugin that organizes tests into unit, integration, and slow integration tiers, running them sequentially and skipping later tiers if earlier ones fail.

MITpure Python · 3.6+abandoned
273.4Kdownloads / mo
pytest-isort With conditions
PyPI · Testing · released Mar 2024

A pytest plugin that automatically checks whether imports in Python files are sorted correctly according to isort rules, failing tests when import order violations are found.

Install it if your team values consistent import ordering; skip it if you prefer a separate linting tool or have no import-order standards.

MITpure Pythondormant
101.8Kdownloads / mo
pytest-item-dict Worth it
PyPI · Utilities · released May 2026

A pytest plugin that builds hierarchical dictionaries mirroring the test collection tree, tracking test outcomes, durations, and aggregated counts across directory, module, class, and function levels.

Install it if you need hierarchical test result aggregation, JSON export of test structure, or programmatic access to test outcomes grouped by suite/module/class.

BSD-3-Clausepure Python · 3.11+
177.2Kdownloads / mo
pytest-jira With conditions
PyPI · Utilities · released Jul 2026

A pytest plugin that links test cases to JIRA tickets, allowing tests to be skipped or marked as expected failures based on ticket status without creating or closing tickets.

However, the GPL-2.0-only copyleft license means proprietary projects must either dual-license or avoid it.

copyleftpure Python · 3.9+
127.6Kdownloads / mo
pytest-jira-xray With conditions
PyPI · Testing · released Apr 2026

A pytest plugin that marks individual tests with JIRA XRAY IDs and uploads their pass/fail results back to JIRA, supporting multiple authentication methods and test execution tracking.

Apache-2.0pure Python · 3.9+
164.5Kdownloads / mo
pytest-json Skip
PyPI · Testing · released Jan 2016

A pytest plugin that generates JSON reports of test results, with optional JSON API normalization for consumption by downstream tools.

MITbuilds from sourceabandoned
328.2Kdownloads / mo
pytest-json-ctrf Worth it
PyPI · Testing · released Jul 2026

A pytest plugin that generates test reports in Common Test Report Format (CTRF) as JSON, compatible with pytest-xdist and pytest-playwright for distributed and browser-based testing.

Install it if you need CTRF-formatted test output for CI/CD integration or cross-tool reporting.

MITpure Python · 3.8+
273.0Mdownloads / mo
pytest-json-report With conditions
PyPI · Testing · released Mar 2022

A pytest plugin that generates JSON-formatted test reports, enabling test results to be processed by other applications or analysis tools.

permissive licensepure Pythonabandoned
15.0Mdownloads / mo
pytest-lazy-fixture With conditions
PyPI · Testing · released Feb 2020

Allows you to use pytest fixtures directly as parameters in @pytest.mark.parametrize decorators and in other fixture parameter lists.

However, dormant maintenance means it may break with newer pytest releases—verify compatibility with your pytest version before adopting, and consider whether…

MITpure Pythondormant
608.2Kdownloads / mo
pytest-lazy-fixtures Worth it
PyPI · Testing · released Aug 2026

Allows you to reference pytest fixtures directly within @pytest.mark.parametrize decorators, including nested data structures and fixture attributes.

MITpure Python · 3.8+
2.2Mdownloads / mo
pytest-localftpserver Worth it
PyPI · Testing · released Aug 2026

Provides pytest fixtures for running local FTP and TLS-FTP servers in tests, enabling you to test FTP client functionality without external dependencies.

Install it if you need to test FTP functionality in your test suite.

MITpure Python
74.9Kdownloads / mo
pytest-localserver Worth it
PyPI · Testing · released Nov 2025

Provides pytest fixtures that spin up local HTTP and SMTP servers for testing code that makes real network requests without relying on external services or mocking.

MITpure Python · 3.7+
395.9Kdownloads / mo
pytest-logger Worth it
PyPI · Testing · released Mar 2024

Pytest-logger is a pytest plugin that configures Python logging handlers to capture and display logs from named loggers during test execution, routing output to both the terminal and per-logger files.

Install it if you need structured per-logger log capture and file organization during pytest runs.

MITpure Python
257.5Kdownloads / mo
pytest-logging Skip
PyPI · Testing · released Nov 2015

A pytest plugin that configures Python logging to output to the console and allows adjusting log verbosity via pytest's `-v` flag.

Apache-2.0builds from sourceabandoned
181.5Kdownloads / mo
pytest-loguru Worth it
PyPI · Python Modules · released May 2026

Extends pytest's caplog fixture to capture and assert on logs produced by loguru, enabling structured logging verification in pytest tests.

Install it if you need to assert on loguru output in tests.

MITpure Python · 3.8+
303.0Kdownloads / mo
pytest-loop Worth it
PyPI · Utilities · released Oct 2024

A pytest plugin that repeats tests a fixed number of times or for a specified duration, useful for detecting intermittent failures and stress-testing.

MPL-2.0pure Python · 3.7+
321.5Kdownloads / mo
pytest-markdown-docs Worth it
PyPI · Testing · released Mar 2026

A pytest plugin that executes Python code snippets embedded in markdown files and docstrings as automated tests, detecting fenced code blocks and inline examples.

MITpure Python · 3.9+
300.3Kdownloads / mo
pytest-md Skip
PyPI · Testing · released Jul 2019

Generates Markdown test reports from pytest test runs, summarizing pass/fail/skip/error outcomes in a formatted document.

MITpure Python · 3.6+abandoned
737.2Kdownloads / mo
pytest-md-report Worth it
PyPI · Text Processing · released May 2026

A pytest plugin that generates test outcome reports formatted as markdown tables, with options for verbosity, custom columns from test marks, execution duration tracking, and multiple markdown flavors.

MITpure Python · 3.10+
398.5Kdownloads / mo
pytest-memray Worth it
PyPI · Debuggers · released Aug 2026

A pytest plugin that integrates memray memory profiling into test runs, tracking memory allocations per test and reporting detailed allocation breakdowns.

Apache-2.0pure Python · 3.8+
2.9Mdownloads / mo
pytest-mergify With conditions
PyPI · Testing · released Aug 2026

A pytest plugin that integrates with Mergify to trace tests via OpenTelemetry, detect flaky tests, quarantine failures, and selectively run only previously-failing tests in merge queue reruns.

The main gotcha is that MERGIFY_TOKEN must be set and test selection requires organization opt-in on Mergify's side, but these are configuration rather than blocker…

Apache-2.0compiled wheel · 3.8+
76.7Kdownloads / mo
pytest-messenger With conditions
PyPI · Testing · released Nov 2022

A pytest plugin that sends test results to messaging platforms like Slack and Ding Talk, integrating test reporting directly into team communication channels.

Install it if your team workflow centers on these messaging platforms; skip it if you rely on email or other notification channels.

MITpure Python · 3.6+
2.2Mdownloads / mo
pytest-metadata Worth it
PyPI · Utilities · released Feb 2024

A pytest plugin that captures and exposes test session metadata—Python version, platform, installed packages, plugins, and CI environment variables—for use in tests, fixtures, reports, and custom hooks.

MPL-2.0pure Python · 3.8+
35.2Mdownloads / mo
pytest-mock Worth it
PyPI · Testing · released Sep 2025

Provides a pytest fixture that wraps the mock library's patching API, automatically cleaning up patches after each test and offering utilities like spy and stub for easier mocking in pytest test suites.

MITpure Python · 3.9+
105.0Mdownloads / mo
pytest-mock-resources With conditions
PyPI · Testing · released Sep 2025

Provides pytest fixtures that spin up real database and service containers (PostgreSQL, MySQL, Redis, MongoDB, etc.) for integration testing, eliminating the need to mock database queries.

MITpure Python
312.4Kdownloads / mo
pytest-monitor With conditions
PyPI · Testing · released Jun 2023

A pytest plugin that automatically measures and logs resource consumption (memory, CPU, execution time) for each test function, storing results in a local SQLite database for historical tracking and comparison.

However, the dormant maintenance status (last release June 2023) means compatibility with very recent pytest or Python versions is unverified; test this in a staging…

MITpure Python · 3.5+dormant
113.7Kdownloads / mo
pytest-mpi Skip
PyPI · Testing · released Jan 2022

A pytest plugin that marks and runs tests under MPI (Message Passing Interface), enabling testing of MPI-related code within the pytest framework.

BSD-3-Clausepure Pythonabandoned
102.8Kdownloads / mo
pytest-mpl With conditions
PyPI · Testing · released Mar 2026

pytest-mpl is a pytest plugin that automates visual regression testing for Matplotlib figures by comparing generated images against reference baselines using RMS tolerance or hash comparison.

Install it if visual consistency of plots is part of your test suite; skip it if you don't generate or test figures programmatically.

BSD-2-Clausepure Python · 3.10+
677.5Kdownloads / mo
pytest-mypy Worth it
PyPI · Testing · released Apr 2025

Integrates mypy static type checking into pytest, running type checks on your source files as part of your test suite.

MITpure Python · 3.8+
557.3Kdownloads / mo
pytest-mypy-plugins Worth it
PyPI · Testing · released May 2026

A pytest plugin that runs type-checking tests against mypy by defining test cases in YAML files with inline type assertions and custom matchers.

Install it if you maintain a mypy plugin, publish type stubs, or want to add type-safety regression tests to a typed library.

MITpure Python · 3.10+
459.5Kdownloads / mo
pytest-mysql Worth it
PyPI · Python Modules · released Apr 2026

A pytest plugin that provides MySQL and MariaDB fixtures for testing—manages both local database processes and connections to running instances, with automatic cleanup between tests.

Install it if your test suite needs a managed MySQL database.

LGPL-3.0-or-laterpure Python · 3.10+
276.1Kdownloads / mo
pytest-nunit With conditions
PyPI · Testing · released Feb 2024

A pytest plugin that generates NUnit3-format XML test result reports, enabling integration with test result publishing systems like Azure Pipelines.

MITbuilds from source · 3.6+dormant
629.1Kdownloads / mo