$npx skillfedfor your agent

Testing packages

702 packages · page 14 of 18 · 736 including subcategories

Subcategories

Packages

mozdebug With conditions
PyPI · Testing · released Jan 2026

Provides utilities for launching and managing applications under native code debuggers, designed for Mozilla testing workflows.

However, the aging maintenance status suggests it is stable but not actively developed—verify that it meets your specific debugger and platform requirements before…

copyleftpure Python · 3.8+aging
166.0Kdownloads / 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
uv-secure Skip
PyPI · Testing · released Apr 2026

Scans uv.lock, pylock.toml, and requirements.txt files for known vulnerabilities in PyPI dependencies by querying the PyPI API.

MITpure Python · 3.10+abandoned
164.3Kdownloads / mo
behave-html-formatter With conditions
PyPI · Testing · released Jun 2022

Generates HTML reports from Behave BDD test runs by registering as a custom formatter that outputs test results in browsable HTML format.

GPL-3.0-onlypure Python · 3.6+
164.3Kdownloads / mo
nemo-evaluator With conditions
PyPI · Testing · released Jun 2026

NeMo Evaluator runs standardized benchmarks against language models through a configurable framework with built-in scoring, proxy interception, and multi-format result reporting.

Apache-2.0pure Python
162.0Kdownloads / mo
pytest-circleci-parallelized Skip
PyPI · Testing · released Oct 2022

Adds a pytest plugin that automatically distributes tests across CircleCI worker nodes using CircleCI's built-in test splitting utility.

MITbuilds from sourceabandoned
161.1Kdownloads / mo
qase-api-client With conditions
PyPI · Testing · released Aug 2026

Python client library for the Qase TestOps API v1, providing programmatic access to test management operations including cases, runs, defects, and configurations.

However, the license status is unclear—verify the actual license before use in proprietary or copyleft-sensitive projects.

license unclearpure Python · 3.9+
160.8Kdownloads / mo
evalplus With conditions
PyPI · Testing · released Oct 2024

EvalPlus provides a rigorous evaluation framework for code generated by large language models, with extended test suites (HumanEval+, MBPP+) and performance benchmarking (EvalPerf) to assess both correctness and efficiency.

Apache-2.0pure Python · 3.9+aging
159.7Kdownloads / mo
pytest-raises With conditions
PyPI · Testing · released Apr 2020

Provides pytest markers (@pytest.mark.raises and @pytest.mark.setup_raises) to assert that test code raises expected exceptions, functioning as a decorator alternative to pytest.raises context managers.

However, exercise caution: the package is dormant (last release 2020-04-23), so compatibility with modern pytest versions is unverified, and the license is unclear.

license unclearpure Pythondormant
159.7Kdownloads / mo
nose-py3 With conditions
PyPI · Testing · released Dec 2025

nose-py3 extends unittest with automatic test discovery and execution, finding and running tests by naming convention with enhanced output including captured stdout from failures.

copyleftpure Pythonaging
159.3Kdownloads / mo
anta Worth it
PyPI · Testing · released Jul 2026

ANTA is a Python framework that automates network validation tests for Arista devices, providing a library for programmatic use and a CLI tool for running tests on live or preproduction networks.

Install it if you need to validate Arista network device state programmatically or via CLI; the library-only install is lightweight and the CLI extras are optional.

Apache-2.0pure Python · 3.10+
158.4Kdownloads / 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-httpbin Worth it
PyPI · Testing · 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
pytest-black With conditions
PyPI · Testing · released Dec 2024

A pytest plugin that runs black format checks on your code during test execution, reporting formatting violations without applying changes automatically.

However, the dormant maintenance status (last commit 2024-12-23, zero repository stars) and old Python support floor (>=3.5) suggest limited ongoing development;…

MITpure Python · 3.5+dormant
157.2Kdownloads / mo
mozshellutil With conditions
PyPI · Testing · released Jan 2026

Provides shell command-line parsing utilities for Mozilla testing infrastructure, handling argument processing and shell interactions.

However, be aware that maintenance is aging—expect no active development, and verify that it integrates with your specific workflow before adopting it.

copyleftpure Python · 3.8+aging
157.1Kdownloads / mo
qase-python-commons With conditions
PyPI · Testing · released Jun 2026

Provides core configuration and SDK infrastructure for building test reporters that integrate with Qase TestOps, supporting single-project, multi-project, and local reporting modes.

Apache-2.0pure Python · 3.9+
157.1Kdownloads / mo
callee Skip
PyPI · Testing · released Dec 2019

Provides argument matchers for unittest.mock that let you assert on mock calls with fine-grained precision—matching on types, values, or custom conditions instead of exact equality or wildcards.

BSD-3-Clausebuilds from sourceabandoned
157.1Kdownloads / mo
pytest-rng With conditions
PyPI · Testing · released Aug 2019

Provides pytest fixtures that make random number generation reproducible across test runs by seeding with deterministic values derived from test node IDs.

However, if you need modern Python versions or recent pytest support, verify compatibility first or seek an actively maintained alternative, since this package is…

MITpure Python · 3.5+abandoned
156.3Kdownloads / mo
pytest-depends Skip
PyPI · Testing · released Apr 2020

A pytest plugin that lets you declare dependencies between tests, skipping dependent tests if their prerequisites fail.

MITpure Pythonabandoned
155.5Kdownloads / mo
gcp-storage-emulator With conditions
PyPI · Testing · released Jul 2026

Provides a local emulator for Google Cloud Storage that intercepts API calls during development and testing, allowing you to work offline without connecting to production GCS.

However, verify that the limited API subset it supports covers your use case—this is explicitly an Alpha tool, not a complete GCS replacement.

BSD-3-Clausepure Python · 3.10+
155.4Kdownloads / mo
strands-agents-evals With conditions
PyPI · Testing · released Aug 2026

Strands Evals SDK provides a comprehensive evaluation framework for testing and measuring AI agents and LLM applications, supporting output validation, trajectory analysis, trace-based evaluation, and automated experiment generation.

permissive licensepure Python · 3.10+
155.1Kdownloads / mo
mock-alchemy With conditions
PyPI · Testing · released Mar 2023

Provides mock helpers for SQLAlchemy sessions in unit tests, enabling assertion on query calls and filter operations without accessing a real database.

However, be aware that maintenance is dormant—last release was 2023-03-26—so compatibility with very recent SQLAlchemy versions is uncertain.

MITpure Pythondormant
153.0Kdownloads / mo
pytest-operator With conditions
PyPI · Testing · released Oct 2025

A pytest plugin that provides fixtures and helpers for writing integration tests of Juju operator charms, including charm building, resource management, and model deployment.

Apache-2.0pure Python · 3.8+
152.5Kdownloads / mo
facebook-wda With conditions
PyPI · Testing · released Sep 2025

Python client library for controlling iOS devices via Facebook's WebDriverAgent, enabling automated UI testing and interaction with iOS apps through a network API.

However, install it only if you already have WebDriverAgent running on your target iOS device or simulator—the package is a client library, not a standalone tool.

permissive licensepure Python
150.8Kdownloads / mo
pulumi-local With conditions
PyPI · Testing · released Sep 2024

A command-line wrapper that adapts Pulumi infrastructure-as-code deployments to work with LocalStack, a local AWS emulation environment, by automatically configuring AWS endpoints and credentials.

However, it's only useful in that specific workflow—if you don't need LocalStack or use Pulumi only for real AWS deployments, it adds no value.

Apache-2.0builds from source
150.2Kdownloads / mo
flexmock Worth it
PyPI · Testing · released Jan 2026

flexmock creates mock, stub, spy, and fake objects for testing Python code, with zero external dependencies and full type annotations.

BSD-3-Clausepure Python
149.0Kdownloads / mo
allure-robotframework Worth it
PyPI · Testing · released Apr 2026

Integrates Robot Framework test execution with Allure Report, capturing test results and generating detailed HTML reports with steps, attachments, and test history.

Install it if you use Robot Framework and want rich, interactive test reporting; skip it only if you have no need for Allure's reporting features.

Apache-2.0pure Python
148.6Kdownloads / mo
riot With conditions
PyPI · Testing · released Jul 2026

riot constructs isolated Python virtual environments and runs commands within them, enabling reproducible testing across multiple dependency configurations.

permissive licensepure Python · 3.8+
148.1Kdownloads / mo
xlcalculator With conditions
PyPI · Testing · released Feb 2023

Reads MS Excel files and translates Excel formulas into Python code for evaluation, allowing spreadsheet calculations to run without Excel.

However, high install friction and the gap since the last release warrant checking that your target Excel functions are supported and testing numeric precision on…

MITbuilds from source · 3.9+
147.5Kdownloads / mo
types-assertpy With conditions
PyPI · Testing · released May 2026

Provides type stubs enabling static type checkers like mypy and pyright to understand the assertion API of a popular testing library.

Apache-2.0pure Python · 3.10+
146.5Kdownloads / mo
qase-api-v2-client With conditions
PyPI · Testing · released May 2026

A Python client library for the Qase TestOps API v2, automatically generated from the OpenAPI specification to enable programmatic interaction with Qase test management services.

license unclearpure Python · 3.9+
145.4Kdownloads / mo
behavex-images With conditions
PyPI · Testing · released Aug 2025

Attaches images to BehaveX HTML test reports, supporting both binary image data and image files with configurable attachment conditions.

However, the aging maintenance status (364 days since last release, minimal repository activity) means you should verify compatibility with your BehaveX version…

MITpure Python · 3.8+aging
145.3Kdownloads / mo
scripttest Worth it
PyPI · Testing · released Jul 2026

scripttest runs command-line applications in subprocesses and captures their output and file modifications for testing purposes.

MITpure Python · 3.8+
144.1Kdownloads / mo
soft-webauthn With conditions
PyPI · Testing · released Jul 2022

Emulates a WebAuthn authenticator in Python for testing web applications that use passwordless authentication, without requiring physical security keys.

MITpure Pythonabandoned
143.7Kdownloads / mo
pytest-rich With conditions
PyPI · Testing · released Dec 2024

A pytest plugin that uses rich to format and colorize test session output with enhanced terminal presentation.

However, be aware that the maintainer is seeking adoption and the feature set may evolve; it is not a mature, feature-locked tool.

MITpure Python · 3.9+
143.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
testinfra With conditions
PyPI · Testing · released Nov 2020

Testinfra lets you write Python unit tests that verify the actual state of servers—checking files, packages, services, and system configuration—as a pytest plugin.

Apache-2.0pure Python · 3.5+
141.2Kdownloads / mo
prophy Skip
PyPI · Testing · released Sep 2022

Prophy is a binary serialization protocol with a code generator that produces Python and C++ codecs from a schema definition language, enabling efficient cross-language message encoding and decoding.

MITpure Pythonabandoned
141.1Kdownloads / 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-beartype-tests With conditions
PyPI · Testing · released Apr 2026

A pytest plugin that automatically applies runtime type-checking via beartype to every collected test function, catching type violations in test signatures and locally-typed variables during test execution.

However, be aware this is a temporary workaround for functionality expected in pytest-beartype 0.3.0—plan to migrate when that release arrives.

MITpure Python · 3.11+
139.9Kdownloads / mo