$npx skillfedfor your agent

Testing packages

702 packages · page 12 of 18 · 736 including subcategories

Subcategories

Packages

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-run-parallel With conditions
PyPI · Testing · released Aug 2026

A pytest plugin that runs test functions concurrently in a thread pool to discover thread-safety issues, particularly useful for validating C library compatibility with free-threaded Python implementations.

MITpure Python · 3.10+
230.5Kdownloads / mo
mock-ssh-server With conditions
PyPI · Testing · released Sep 2021

Provides a Python context manager that runs an in-process SSH server for testing, built on paramiko, without requiring OpenSSH binaries.

MITpure Python
229.9Kdownloads / mo
pytest-xvfb With conditions
PyPI · Testing · released Mar 2025

A pytest plugin that automatically runs tests with Xvfb (or Xephyr/Xvnc) to provide a virtual display, eliminating GUI windows during test execution and enabling headless testing on systems without a display.

MITpure Python · 3.9+aging
229.2Kdownloads / mo
faker-edu With conditions
PyPI · Testing · released Mar 2024

Generates fake data for educational institutions and academic contexts by extending Faker with education-specific providers like institution names.

However, verify that its methods meet your needs and that it remains compatible with your Faker version, since no updates are planned.

BSD-3-Clausepure Pythonabandoned
228.5Kdownloads / mo
hegel-core Skip
PyPI · Testing · released Jun 2026

Hegel-core provides property-based testing data generation and shrinking built on Hypothesis, implementing a universal testing protocol for discovering edge cases through randomized input generation.

No, not for new projects.

MITpure Python · 3.10+abandoned
228.5Kdownloads / mo
faker-nonprofit Skip
PyPI · Testing · released Dec 2021

Extends Faker with methods to generate realistic fake nonprofit organization data, including nonprofit names and related attributes for testing and development.

BSD-3-Clausepure Pythonabandoned
228.3Kdownloads / mo
placebo Skip
PyPI · Testing · released Sep 2021

Placebo records and replays AWS API calls without hitting actual endpoints, enabling you to mock interactions in tests by saving responses to JSON or pickle files.

Apache-2.0builds from sourceabandoned
227.5Kdownloads / mo
pylint-odoo Worth it
PyPI · Testing · released Aug 2026

A Pylint plugin that adds Odoo-specific code quality checks to enforce Odoo development conventions and best practices.

The AGPLv3+ license requires careful review if you plan to distribute proprietary modifications, but using it as a development tool carries no restrictions.

AGPL-3.0-or-laterpure Python
226.3Kdownloads / mo
pip-install-test With conditions
PyPI · Testing · released Mar 2019

A minimal stub package that verifies pip can successfully install and import a Python module, with no runtime dependencies.

Install it only for validation or testing scenarios, not for any production use.

permissive licensepure Pythonabandoned
226.1Kdownloads / mo
tap.py With conditions
PyPI · Testing · released Jan 2025

Provides tools to parse, generate, and work with Test Anything Protocol (TAP) output—a standardized line-based format for recording test results.

However, the 565-day gap since the last release suggests limited active maintenance; install it for TAP interoperability, but do not expect rapid bug fixes or feature…

BSD-3-Clausepure Python · 3.9+dormant
224.0Kdownloads / mo
alchemy-mock With conditions
PyPI · Testing · released Nov 2019

Provides mock helpers for SQLAlchemy sessions and expression matchers to enable unit testing without database access while preserving assertion capabilities.

MITpure Pythonabandoned
223.1Kdownloads / mo
browserstack-sdk Skip
PyPI · Testing · released Jul 2026

A Python SDK for running Selenium WebDriver tests on BrowserStack's cloud testing platform, enabling browser automation across multiple browsers and devices.

No, not for new projects.

license unclearbuilds from source
221.0Kdownloads / mo
pytest-shutil With conditions
PyPI · Testing · released Nov 2024

Provides pytest fixtures and utilities for managing temporary workspaces, running shell commands, and controlling environment variables in automated tests.

However, maintenance is aging—the last release was 623 days ago—so adopt it only if you need its specific pytest fixtures for shell and environment testing and can…

MITpure Python · 3.6+aging
220.9Kdownloads / mo
sanic-testing With conditions
PyPI · Testing · released Jun 2024

Provides sync and async test clients for testing Sanic web applications without requiring a running server.

However, note that maintenance is dormant—last release was 775 days ago—so verify compatibility with your Sanic version before adopting.

MITpure Pythondormant
220.8Kdownloads / mo
PyTestArch Worth it
PyPI · Testing · released Aug 2025

PyTestArch lets you define and test architectural rules for Python code by analyzing module imports and dependencies, catching violations where modules import from places they shouldn't.

Apache-2.0pure Python · 3.9+
219.6Kdownloads / mo
allure-pytest-bdd Worth it
PyPI · Testing · released Apr 2026

Integrates Allure Report with Pytest-BDD to capture and visualize behavior-driven test results in a detailed HTML report.

Apache-2.0pure Python
217.6Kdownloads / mo
busypie Worth it
PyPI · Testing · released Feb 2026

Provides expressive, fluent API for busy-waiting in tests, allowing you to wait for asynchronous conditions to complete with configurable timeouts and polling.

Apache-2.0pure Python · 3.6+
216.4Kdownloads / mo
executable-application Skip
PyPI · Testing · released Jan 2025

A minimal executable application package intended for testing purposes, with no runtime dependencies and support for Python 3.8 and later.

license unclearpure Python · 3.8+dormant
213.9Kdownloads / mo
pytest-spec Worth it
PyPI · Testing · released May 2026

pytest-spec is a pytest plugin that reformats test output to display results in a specification-like format with hierarchical grouping, colored status indicators, and human-readable test names.

copyleftpure Python · 3.9+
212.6Kdownloads / mo
autofaker Worth it
PyPI · Testing · released Jun 2026

AutoFaker generates anonymous test data and objects automatically, reducing boilerplate in unit test setup by creating instances of built-in types, dataclasses, and custom classes with minimal configuration.

MITpure Python · 3.10+
208.5Kdownloads / mo
colour-runner Skip
PyPI · Testing · released Oct 2018

Adds colored output to Python's unittest test runner, highlighting test results and errors for easier readability in terminal output.

MITpure Pythonabandoned
207.4Kdownloads / mo
junit-xml-2 With conditions
PyPI · Testing · released Sep 2020

Generates JUnit XML test result reports from Python test data, enabling integration with CI/CD systems and test reporting tools that consume JUnit format.

However, only adopt it if you've confirmed that no actively maintained alternative meets your needs—abandonment means no bug fixes, security patches, or feature…

MITpure Pythonabandoned
205.8Kdownloads / mo
django-mock-queries Worth it
PyPI · Testing · released Sep 2024

Mocks Django QuerySet operations in memory for unit testing, supporting filtering, aggregation, field lookups, and CRUD operations without a database.

Install it if you want to test query logic without database overhead; skip it only if your test suite already has fast database fixtures or you need QuerySet methods…

MITpure Python
204.8Kdownloads / mo
stestr Worth it
PyPI · Testing · released Feb 2026

stestr is a parallel test runner for Python unittest suites that distributes test execution across multiple processes and maintains a history of test runs using the subunit protocol.

Install it if your project runs unittest suites and would benefit from faster parallel execution or historical test analysis.

Apache-2.0pure Python · 3.8+
202.5Kdownloads / mo
flake8-pytest-style Worth it
PyPI · Testing · released Oct 2025

A flake8 plugin that detects and reports style inconsistencies and common mistakes in pytest-based test code, enforcing best practices for fixtures, parametrization, assertions, and exception handling.

license unclearpure Python · 3.10+
201.4Kdownloads / mo
surer With conditions
PyPI · Testing · released Jan 2023

Surer provides fluent, RSpec-inspired assertion syntax for Python testing, allowing readable chained assertions like `(4).should.equal(2 + 2)` and dictionary/string introspection.

However, expect no active maintenance—use it only if you accept that bugs or incompatibilities with future Python versions will not be fixed by the maintainers.

Apache-2.0pure Python · 3.6+abandoned
201.3Kdownloads / mo
pylint-junit With conditions
PyPI · Testing · released Jan 2025

Generates JUnit-formatted XML reports from pylint output for consumption by CI systems like Jenkins and Azure DevOps.

MITpure Pythondormant
201.1Kdownloads / mo
mailslurp-client With conditions
PyPI · Testing · released Mar 2026

MailSlurp provides a Python client for an email API service that lets you create real email addresses on demand and send or receive emails and attachments programmatically.

license unclearpure Python
200.6Kdownloads / mo
robocorp-browser With conditions
PyPI · Testing · released Mar 2026

A wrapper around Playwright that automates browser interactions with automatic lifecycle management, designed to integrate with Robocorp's task automation framework.

Apache-2.0pure Python
200.3Kdownloads / mo
lorem-text With conditions
PyPI · Testing · released May 2025

Generates dummy lorem ipsum text (sentences, paragraphs, and words) for use in Python code or via command-line interface.

MITpure Python · 3.9+aging
199.3Kdownloads / mo
async-factory-boy With conditions
PyPI · Testing · released Aug 2023

Extends factory_boy to generate test fixtures asynchronously for SQLAlchemy and Tortoise ORM, allowing async database operations in test factories.

However, dormant maintenance (last release August 2023, last commit June 2024) means you should verify compatibility with your ORM versions and be prepared to fork or…

MITpure Python · 3.7+dormant
199.2Kdownloads / mo
launchable With conditions
PyPI · Testing · released Jun 2026

Launchable CLI is a command-line tool that integrates with test infrastructure to optimize test selection and execution, reducing feedback time in CI/CD pipelines.

Apache-2.0pure Python · 3.6+
199.1Kdownloads / mo
genie.telemetry With conditions
PyPI · Testing · released Aug 2026

Genie Telemetry monitors testbed health status as part of the pyATS testing ecosystem, providing visibility into system state during test execution.

Apache-2.0pure Python
199.0Kdownloads / mo
genie.trafficgen With conditions
PyPI · Testing · released Aug 2026

Provides connection implementations to traffic generator devices within the Genie testing framework, enabling test automation to control and interact with traffic generation hardware.

However, you must have access to compatible traffic generator hardware (IxNetwork or STC) and be prepared for vendor-specific setup; it is not useful as a standalone…

Apache-2.0pure Python
198.0Kdownloads / mo
genie.libs.robot Worth it
PyPI · Testing · released Aug 2026

Provides RobotFramework keywords to interact with Genie and its libraries for test automation within the pyATS testing ecosystem.

Install it if you are already using RobotFramework and need to integrate Genie or pyATS testing capabilities into your test suite.

Apache-2.0pure Python
197.0Kdownloads / 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-tap With conditions
PyPI · Testing · released Jan 2025

pytest-tap outputs test results in Test Anything Protocol (TAP) format, a standardized line-based protocol for recording and reporting test data across tools and environments.

BSD-3-Clausepure Python · 3.9+dormant
196.3Kdownloads / mo
pyats.contrib With conditions
PyPI · Testing · released Aug 2026

Provides open-source extensions, plugins, and integrations for the pyATS framework that automatically hook into its published entry-point interfaces.

Apache-2.0pure Python
196.3Kdownloads / mo
pyats.robot With conditions
PyPI · Testing · released Aug 2026

Integrates pyATS testing capabilities with RobotFramework, enabling RobotFramework to interact with pyATS test infrastructure for data-driven and reusable automated testing.

Apache-2.0pure Python · 3.8+
196.0Kdownloads / mo