$npx skillfedfor your agent

Packages starting with 'P'

2,503 packages · page 50 of 63

Packages

pytest-django Worth it
PyPI · Testing · released Aug 2026

pytest-django integrates Django with pytest, letting you write and run Django tests using pytest's fixtures, plugins, and conventions instead of Django's built-in test runner.

BSD-3-Clausepure Python · 3.10+
21.6Mdownloads / mo
pytest-docker Worth it
PyPI · Utilities · released Nov 2025

pytest-docker provides pytest fixtures that automatically spin up and tear down Docker containers from a docker-compose.yml file for the duration of your test session, eliminating manual container lifecycle management.

Install it if your test suite needs real containerized services rather than mocks or if you're already using docker-compose for local development.

MITpure Python · 3.8+aging
2.4Mdownloads / mo
pytest-docker-tools Worth it
PyPI · Testing · released Jul 2026

Provides pytest fixture factories for declaratively defining Docker-based test environments, automating container creation, teardown, and dependency resolution across test scopes.

Install it if you're writing tests that need Docker containers.

Apache-2.0pure Python
1.7Mdownloads / mo
pytest-doctestplus Worth it
PyPI · Utilities · released Jan 2026

A pytest plugin that runs doctests in Python docstrings and documentation files (reStructuredText, Markdown, TeX) with advanced features like floating-point comparison and remote data handling.

Install it if you write documentation with code examples and want to ensure those examples stay correct.

BSD-3-Clausepure Python · 3.10+
678.2Kdownloads / mo
pytest-dotenv Skip
PyPI · Testing · released Jun 2020

A pytest plugin that automatically loads environment variables from .env files before test runs, with support for multiple files and optional override of existing system variables.

No—not for new projects.

MITpure Pythonabandoned
5.5Mdownloads / mo
pytest-durations Worth it
PyPI · Testing · released Aug 2026

A pytest plugin that measures and reports fixture and test function execution times separately, with support for xdist and time-traveling packages.

Install it if you need finer-grained visibility into test performance than pytest's built-in --durations provides, especially for large test suites where fixture…

MITpure Python
3.5Mdownloads / mo
pytest-embedded With conditions
PyPI · Testing · released Jun 2026

A pytest plugin that provides fixtures and services for testing embedded systems, with built-in support for serial communication, device detection, and interaction patterns like expect-style matching.

MITpure Python · 3.10+
88.9Kdownloads / mo
pytest-embedded-idf Worth it
PyPI · Testing · released Jun 2026

A pytest plugin that integrates ESP-IDF embedded systems testing with pytest-embedded, enabling binary parsing and optional automated flashing to target boards.

Install it if you are testing ESP-IDF projects and want to integrate board flashing into your pytest workflow.

MITpure Python · 3.10+
121.1Kdownloads / mo
pytest-embedded-jtag With conditions
PyPI · Testing · released Jun 2026

Adds JTAG debugging utilities to pytest-embedded for testing embedded systems via JTAG interfaces.

MITpure Python · 3.10+
172.6Kdownloads / mo
pytest-embedded-qemu With conditions
PyPI · Testing · released Jun 2026

A pytest plugin that runs embedded system tests on QEMU instead of physical hardware, with optional integration for building bootable images when pytest-embedded-idf is available.

Install only if you have QEMU available on your system and are already using or planning to adopt pytest-embedded for your test suite.

MITpure Python · 3.10+
143.3Kdownloads / mo
pytest-embedded-serial Worth it
PyPI · Testing · released Jun 2026

A pytest plugin that enables serial port testing for embedded systems, providing fixtures and utilities to interact with and validate device behavior over serial connections.

MITpure Python · 3.10+
157.9Kdownloads / mo
pytest-embedded-serial-esp With conditions
PyPI · Testing · released Jun 2026

A pytest plugin that provides fixtures and services for testing embedded systems, particularly Espressif target boards, with serial port communication and device detection via esptool.

MITpure Python · 3.10+
127.2Kdownloads / mo
pytest-emoji Skip
PyPI · Testing · released Feb 2019

Adds emoji indicators to pytest test result reports, replacing standard pass/fail/skip/error symbols with customizable emoji in both normal and verbose output modes.

Install only if you can verify it works with your specific pytest version and are willing to maintain a fork if needed.

MITpure Python · 3.4+abandoned
247.5Kdownloads / mo
pytest-enabler Worth it
PyPI · Testing · released May 2025

A pytest plugin that conditionally enables other pytest plugins based on configuration, activating them only if they are installed.

MITpure Python · 3.9+
90.9Kdownloads / mo
pytest-env Worth it
PyPI · Python Modules · released Jul 2026

A pytest plugin that loads environment variables from configuration files (pyproject.toml, pytest.toml, .pytest.toml, pytest.ini) or .env files before running tests.

Install it if you need to manage environment variables across test suites.

MITpure Python · 3.10+
24.0Mdownloads / mo
pytest-error-for-skips Skip
PyPI · Testing · released Dec 2019

A pytest plugin that converts skipped tests into test failures, ensuring your CI pipeline catches tests that are being skipped rather than actually run.

MITpure Pythonabandoned
74.7Kdownloads / mo
pytest-examples Worth it
PyPI · Python Modules · released May 2025

A pytest plugin that finds, lints, runs, and validates Python code examples embedded in docstrings and markdown files, using ruff and black for formatting and checking print statement correctness.

MITpure Python · 3.8+
594.9Kdownloads / mo
pytest-excel Worth it
PyPI · Utilities · released Jul 2025

A pytest plugin that generates Excel reports from test execution results, capturing test outcomes and metadata into .xls files with optional verbose formatting.

Install it if your workflow or stakeholders require test results in spreadsheet form; skip it if terminal or JSON reporting suffices.

MITpure Python · 3.11+
266.2Kdownloads / mo
pytest-extra-durations Skip
PyPI · Testing · released Apr 2020

A pytest plugin that reports test execution time broken down by module and individual test function, including setup and teardown durations, and works with pytest-xdist.

MITpure Python · 3.5+abandoned
108.0Kdownloads / mo
pytest-factoryboy Worth it
PyPI · Libraries · released Jul 2025

Integrates factory_boy with pytest to register factories as fixtures, enabling dependency injection and parametrization of test object creation.

Install it if you use factory_boy and pytest together.

MITpure Python · 3.9+
2.8Mdownloads / mo
pytest-fail-slow Worth it
PyPI · Testing · released Jun 2024

A pytest plugin that marks tests as failed if they exceed a specified duration threshold, either via per-test markers or a global command-line option.

Install it if you need to enforce test duration limits in CI or detect slow tests without stopping them early.

MITpure Python · 3.8+
176.4Kdownloads / mo
pytest-faker Skip
PyPI · Libraries · released Dec 2016

Provides pytest fixtures that integrate the Faker library for generating fake data in test functions.

MITbuilds from sourceabandoned
88.5Kdownloads / mo
pytest-filter-subpackage With conditions
PyPI · Utilities · released Mar 2024

A pytest plugin that adds a `-P` option to run tests for specific sub-packages by name, filtering test discovery to match named sub-package paths.

BSD-3-Clausepure Python · 3.8+
334.7Kdownloads / mo
pytest-find-dependencies Worth it
PyPI · Utilities · released Jul 2025

A pytest plugin that identifies dependencies between tests by running them in multiple orders and using binary search to pinpoint which test causes another to fail.

MITpure Python · 3.9+
983.2Kdownloads / mo
pytest-fixture-config With conditions
PyPI · Libraries · released Oct 2024

Provides configuration objects and decorators for pytest fixtures that allow you to define, manage, and conditionally skip tests based on required configuration variables.

Install it if you're managing optional test fixtures or environment-dependent test setup.

MITpure Python · 3.6+aging
351.2Kdownloads / mo
pytest-flake8 Worth it
PyPI · Software Development · released Nov 2024

A pytest plugin that runs flake8 PEP8 compliance checks on Python files as part of your test suite, discovering and checking every .py file automatically.

MITpure Python · 3.9+
506.3Kdownloads / mo
pytest-flakefinder Skip
PyPI · Testing · released Oct 2022

A pytest plugin that runs tests multiple times to detect flakiness and intermittent failures without restarting pytest.

Apache-2.0pure Python · 3.5+abandoned
2.1Mdownloads / mo
pytest-forked With conditions
PyPI · Utilities · released Aug 2026

A pytest plugin that runs each test in a forked subprocess to isolate crashes and segfaults, preventing a single test failure from terminating the entire test suite.

MITpure Python · 3.10+
7.3Mdownloads / mo
pytest-freezegun With conditions
PyPI · Testing · released Jul 2020

pytest-freezegun provides a pytest plugin that freezes time in tests using freezegun, allowing you to control the system clock within test functions and fixtures.

MITpure Pythonabandoned
1.4Mdownloads / mo
pytest-freezer Worth it
PyPI · Testing · released Dec 2024

pytest-freezer provides a pytest fixture that freezes system time during tests, allowing you to control the clock for reproducible time-dependent test scenarios.

MITpure Python · 3.6+dormant
1.4Mdownloads / mo
pytest-github-actions-annotate-failures Worth it
PyPI · Utilities · released Jun 2026

A pytest plugin that automatically annotates failed tests in GitHub Actions workflows using GitHub's workflow annotation commands, making test failures visible directly in the Actions UI.

Install it if you run pytest in GitHub Actions and want failures to surface directly in the UI.

MITpure Python · 3.10+
3.7Mdownloads / mo
pytest-grpc Skip
PyPI · Utilities · released May 2020

A pytest plugin that provides fixtures to write and run tests for gRPC services, supporting both real server and fake in-process testing modes.

MITpure Pythonabandoned
180.0Kdownloads / mo
pytest-harvest With conditions
PyPI · Python Modules · released Mar 2024

pytest-harvest captures and stores data generated during test execution, making it available for retrieval after the test session completes—useful for benchmarking, result aggregation, and post-test analysis.

BSD-3-Clausepure Pythonaging
730.5Kdownloads / mo
pytest-helpers-namespace With conditions
PyPI · Testing · released Dec 2021

Provides a pytest namespace for registering and accessing helper functions in conftest.py without explicit imports in test files.

However, do not use it in new projects or if you need active maintenance—the package is abandoned and may break with future pytest releases.

Apache-2.0pure Python · 3.5.6+abandoned
230.6Kdownloads / mo
pytest-homeassistant-custom-component With conditions
PyPI · Testing · released Aug 2026

Provides pytest fixtures and testing utilities extracted from Home Assistant's test suite, enabling custom component developers to write tests using the same patterns as the core project.

MITpure Python · 3.14+
9.4Mdownloads / mo
pytest-hot-reloading With conditions
PyPI · Testing · released Sep 2024

A pytest plugin that runs a daemon to watch and hot-reload test code, skipping repeated imports and initialization to speed up test iteration cycles.

license unclearpure Pythondormant
189.0Kdownloads / mo
pytest-html Worth it
PyPI · Utilities · released Jan 2026

Generates HTML reports for pytest test results, turning test execution data into viewable web pages with test summaries, pass/fail status, and metadata.

Install it if you need HTML test reports; it's a standard tool in pytest ecosystems.

MPL-2.0pure Python · 3.9+
21.8Mdownloads / mo
pytest-html-merger With conditions
PyPI · Testing · released Jul 2024

Merges multiple pytest HTML reports generated by the pytest-html plugin into a single consolidated HTML report, handling embedded CSS or external asset directories.

However, verify license terms first, and test compatibility with your version of pytest-html before relying on it in production.

license unclearpure Python · 3.6.0+dormant
374.4Kdownloads / mo
pytest-html-reporter With conditions
PyPI · Testing · released Feb 2022

Generates static HTML test reports from pytest test runs, with support for test history, screenshots on failure, and customizable report paths and titles.

However, it has not been updated since 2022-02-13 and is marked as aging; before installing, verify that it works with your current pytest and Python versions.

MITbuilds from source · 3.5+aging
83.7Kdownloads / mo
pytest-httpbin Worth it
PyPI · Libraries · released Sep 2024

Provides a pytest fixture that runs a local httpbin server in a test thread, eliminating the need for remote HTTP service calls during testing.

MITpure Python · 3.8+
157.7Kdownloads / mo