$npx skillfedfor your agent

Testing packages

702 packages · page 10 of 18 · 736 including subcategories

Subcategories

Packages

pyats Worth it
PyPI · Testing · released Aug 2026

pyATS is Cisco's end-to-end testing framework for building data-driven, reusable test suites that scale from simple linear cases to large asynchronous test systems.

Apache-2.0compiled wheel · 3.8+
302.0Kdownloads / mo
allpairspy With conditions
PyPI · Testing · released Jul 2023

Generates minimal test case combinations using pairwise testing, reducing the number of test scenarios needed to cover interactions between multiple variables.

MITpure Python · 3.7+dormant
301.9Kdownloads / mo
aiounittest With conditions
PyPI · Testing · released Mar 2025

Provides a test case class for writing unit tests of asyncio code using async/await syntax, alongside support for synchronous tests in the same suite.

MITpure Pythonaging
300.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
selenium-stealth Skip
PyPI · Testing · released Nov 2020

Modifies a Selenium Chrome WebDriver to evade bot-detection mechanisms by injecting JavaScript that masks automation signals.

MITpure Pythonabandoned
300.1Kdownloads / mo
pyats.datastructures With conditions
PyPI · Testing · released Aug 2026

Provides specialized data structures (WeakList, ListDict, AttrDict, and logic utilities) designed for use within the pyATS testing framework and other applications requiring advanced collection types.

Apache-2.0compiled wheel · 3.8+
297.1Kdownloads / mo
pyats.kleenex With conditions
PyPI · Testing · released Aug 2026

Standardizes testbed device preparation, cleanup, and finalization workflows within the pyATS testing ecosystem, providing a framework for orchestrating device state management before and after test execution.

Apache-2.0compiled wheel · 3.8+
296.1Kdownloads / mo
pyats.easypy With conditions
PyPI · Testing · released Aug 2026

Easypy is a launcher and runtime environment for pyATS test suites that encapsulates script runs, collects logs into archives, and sends reporting emails.

Not recommended as a standalone tool; it is designed as part of the larger pyATS ecosystem.

Apache-2.0compiled wheel · 3.8+
296.0Kdownloads / mo
pyats.aereport With conditions
PyPI · Testing · released Aug 2026

Collects test results and generates reports as part of the pyATS testing ecosystem, handling result aggregation and output formatting for test suites.

Apache-2.0compiled wheel · 3.8+
295.9Kdownloads / mo
pyats.aetest With conditions
PyPI · Testing · released Aug 2026

pyats.aetest is the test script engine component of pyATS, providing a framework for defining and executing data-driven test cases with support for linear to complex asynchronous test suites.

Apache-2.0compiled wheel · 3.8+
295.8Kdownloads / mo
pyats.topology With conditions
PyPI · Testing · released Aug 2026

Models network testbeds, devices, interfaces, links and segments as Python objects, with support for YAML-based topology definitions.

Not recommended if you need Windows support or are not already committed to the pyATS testing model.

Apache-2.0compiled wheel · 3.8+
295.7Kdownloads / mo
pyats.async With conditions
PyPI · Testing · released Aug 2026

Wraps Python multiprocessing to enable simpler asynchronous execution of arbitrary functions within the pyATS testing ecosystem.

Apache-2.0compiled wheel · 3.8+
295.7Kdownloads / mo
pyats.connections With conditions
PyPI · Testing · released Aug 2026

Provides device connection abstraction and base classes for network device communication, enabling scripts to establish and manage connections via telnet, SSH, and other protocols.

Not recommended as a standalone tool for simple device communication; consider it only as part of a broader testing or automation strategy.

Apache-2.0compiled wheel · 3.8+
295.6Kdownloads / mo
pyats.utils With conditions
PyPI · Testing · released Aug 2026

pyats.utils provides utility functions and helpers for the pyATS testing framework, including schema validation, data structure operations, and common testing utilities.

Apache-2.0compiled wheel · 3.8+
295.3Kdownloads / mo
pyats.reporter With conditions
PyPI · Testing · released Aug 2026

Collects test results and generates reports for the pyATS testing framework, integrating with pyATS result and logging components to organize and present test execution data.

Not recommended as a standalone tool—it is designed as part of the pyATS ecosystem.

Apache-2.0compiled wheel · 3.8+
295.3Kdownloads / mo
cisco-ai-skill-scanner With conditions
PyPI · Testing · released Aug 2026

Scans AI Agent Skills for prompt injection, data exfiltration, and malicious code using pattern-based detection, LLM analysis, and behavioral dataflow inspection.

However, do not rely on it as your sole security control: the documentation explicitly warns that clean scans do not guarantee safety, and human code review remains…

Apache-2.0pure Python · 3.10+
295.3Kdownloads / mo
pyats.results With conditions
PyPI · Testing · released Aug 2026

Provides object-oriented result representation and rollup aggregation for the pyATS testing framework, enabling hierarchical test result tracking and status consolidation.

Apache-2.0compiled wheel · 3.8+
295.2Kdownloads / mo
pyats.tcl With conditions
PyPI · Testing · released Aug 2026

Wraps Python's tkinter module to provide Tcl integration and object interfaces within the pyATS testing ecosystem, enabling better data structure casting and interface handling for test automation.

Not recommended as a standalone tool—it is a specialized sub-component designed to work within the pyATS ecosystem.

Apache-2.0compiled wheel · 3.8+
295.1Kdownloads / mo
pyats.log With conditions
PyPI · Testing · released Aug 2026

Provides logging format and utilities for pyATS, enabling test output to conform to Cisco log format standards.

Apache-2.0compiled wheel · 3.8+
295.0Kdownloads / mo
tdda With conditions
PyPI · Testing · released Jul 2026

tdda provides test-driven data analysis tools: reference testing for data pipelines, automatic test generation, constraint discovery and validation, regex inference, data diffing, and metadata documentation for CSV/flat files.

permissive licensepure Python · 3.8+
293.2Kdownloads / mo
robotframework-sshlibrary With conditions
PyPI · Testing · released Nov 2021

A Robot Framework test library for executing commands, transferring files, and managing interactive shells over SSH and SFTP connections.

However, the last release was 2021-11-18—check whether your use case aligns with the library's current state despite active repository status.

Apache-2.0builds from source
289.7Kdownloads / mo
uiautomation With conditions
PyPI · Testing · released Aug 2025

Automates Windows UI controls and windows by interacting with the Microsoft UIAutomation API, enabling programmatic inspection and manipulation of application interfaces.

permissive licensepure Python
289.4Kdownloads / mo
async-asgi-testclient Skip
PyPI · Testing · released Jun 2022

Provides an async test client for ASGI web applications that calls the app directly without spawning a separate HTTP server, supporting both ASGI 2 and 3 specifications.

MITbuilds from sourceabandoned
288.6Kdownloads / mo
xmlrunner With conditions
PyPI · Testing · released Nov 2014

A unittest test runner that exports test results to XML files compatible with CI systems, IDEs, and build tools.

However, install friction is high (source-only distribution), and dormancy since 2014 means no support for modern Python or CI ecosystem changes.

copyleftbuilds from sourcedormant
287.9Kdownloads / mo
eth-tester With conditions
PyPI · Testing · released Apr 2025

eth-tester provides an in-memory Ethereum blockchain simulator for testing smart contracts and Ethereum applications without needing a live network or node.

However, be aware that maintenance is aging (last release 2025-04-23, no recent commits visible) and the pre-alpha classifier suggests it may not be…

MITpure Pythonaging
287.3Kdownloads / mo
pytest-structlog Worth it
PyPI · Testing · released Sep 2025

Provides a pytest fixture for capturing and asserting on structured logs produced by structlog, enabling test-friendly inspection of log events and their context.

MITpure Python · 3.8+
286.5Kdownloads / mo
pytest-twisted With conditions
PyPI · Testing · released Sep 2024

A pytest plugin that enables testing of Twisted-based asynchronous code by allowing test functions to return Deferred objects and waiting for their completion.

Install it if Twisted is part of your project; skip it otherwise.

BSD-3-Clausepure Python
285.9Kdownloads / mo
asyncmock Skip
PyPI · Testing · released Mar 2020

Provides awaitable mock objects for testing async code, extending the standard mock framework with AsyncMock that can be awaited like coroutines.

No, not for new projects.

BSD-3-Clausepure Python · 3.6+abandoned
284.2Kdownloads / mo
percy-appium-app With conditions
PyPI · Testing · released Jun 2026

Integrates Percy visual testing into Python Appium tests, capturing and comparing mobile app screenshots against baselines to detect visual regressions.

However, the Pre-Alpha status means the API and features may change; start with a non-critical test suite and verify compatibility with your Appium and urllib3…

MITpure Python · 3.6+
283.7Kdownloads / mo
genie With conditions
PyPI · Testing · released Aug 2026

Genie is a test automation library and harness built on the pyATS framework, providing object-oriented abstractions for network device configuration, operational state, and event-driven testing across multiple operating systems and management interfaces.

Apache-2.0compiled wheel · 3.8+
283.1Kdownloads / mo
pytest-cython With conditions
PyPI · Testing · released Mar 2026

A pytest plugin that runs doctests embedded in Cython `.pyx` extension modules, enabling documentation-driven testing of C/C++ code compiled through Cython.

license unclearpure Python · 3.8+
281.4Kdownloads / mo
faker-enum Skip
PyPI · Testing · released Oct 2018

Adds enum value generation to the Faker library, allowing you to randomly select from Python enum members during test data generation.

MITpure Pythonabandoned
278.9Kdownloads / mo
pytest-cpp Worth it
PyPI · Testing · released Sep 2024

A pytest plugin that discovers and runs C++ tests from Google Test, Boost.Test, and Catch2 frameworks using pytest's test runner and reporting infrastructure.

MITpure Python · 3.8+
277.3Kdownloads / mo
robotframework-appiumlibrary Worth it
PyPI · Testing · released Dec 2025

AppiumLibrary is a Robot Framework library that enables automated testing of mobile applications on Android and iOS devices by bridging Robot Framework's keyword-driven syntax with Appium's mobile automation capabilities.

Apache-2.0pure Python
276.9Kdownloads / mo
pytest-mysql Worth it
PyPI · Testing · 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-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
robotframework-tidy With conditions
PyPI · Testing · released Jul 2025

Robotidy autoformats Robot Framework test code, normalizing spacing, alignment, and structure to match a consistent style.

However, be aware of the deprecation notice: if you are starting a new project or can migrate, Robocop 6.0+ is the recommended path forward.

Apache-2.0pure Python · 3.8+aging
273.2Kdownloads / mo
genie.libs.sdk With conditions
PyPI · Testing · released Aug 2026

Genie Libs SDK provides a library of reusable test triggers and verifications for the pyATS testing framework, enabling rapid development of network and infrastructure test automation.

Apache-2.0pure Python
271.7Kdownloads / mo
aiodebug Skip
PyPI · Testing · released Jan 2022

aiodebug provides monitoring and testing utilities for asyncio programs, including event loop lag tracking, slow callback detection, hang inspection, and time manipulation for tests.

Apache-2.0pure Pythonabandoned
270.6Kdownloads / mo
mixer With conditions
PyPI · Testing · released Mar 2022

Mixer generates test data and model instances for Django, SQLAlchemy, Flask-SQLAlchemy, Peewee, Pony, Mongoengine, and Marshmallow, replacing manual fixture creation with automatic fake-data generation.

However, verify compatibility with your specific framework versions—maintenance is dormant (last release 2022-03-23), so if you use very recent Django or SQLAlchemy…

BSD-3-Clausepure Python · 3.7+dormant
270.3Kdownloads / mo