pyats.results
pyATS Results: Representing Results using Objects
What it is and what it does
pyats.results is a sub-component of the pyATS end-to-end testing framework that provides object-oriented abstractions for representing and aggregating test results. It enables developers to track test outcomes hierarchically and roll up status codes across test suites, supporting the data-driven and reusable testing patterns that pyATS emphasizes.
The package is designed to integrate with pyATS's broader testing ecosystem, which is engineered for Agile rapid development and scales from simple linear test cases to complex asynchronous suites. It has no runtime dependencies beyond Python itself, making it lightweight to add to existing test infrastructure. The package is actively maintained, with recent releases supporting modern Python versions (3.10 through 3.14) on Linux and macOS.
Use it for:
- Aggregate pass/fail counts across multiple test modules into a single consolidated result object.
- Track hierarchical test outcomes where parent test suites roll up status from child test cases.
- Represent test results programmatically in CI/CD pipelines that need structured result data.
- Build custom test reporting tools that consume result objects from pyATS test runs.
- Implement result filtering and analysis logic on top of standardized result representations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides object-oriented result representation and rollup aggregation for the pyATS testing framework, enabling hierarchical test result tracking and status consolidation.
Yes, if you are already using pyATS or building test infrastructure that needs structured result aggregation. The package is actively maintained, permissively licensed, has no external dependencies, and supports current Python versions. Install it as part of the broader pyATS ecosystem rather than in isolation unless you specifically need result object abstractions outside pyATS.
Install
pyats-results on PyPI
pip
pip install pyats-resultsuv
uv add pyats-resultspoetry
poetry add pyats-resultsInstalling pyats.results
Before you install
Active maintenance with a release within the past week. Medium install friction due to compiled wheels across multiple Python versions (3.10–3.14) and platforms, but pre-built binaries are available for common architectures, reducing build overhead.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for most organizational testing workflows.
Quickstart
pip install pyats.results
from pyats.results import Result
result = Result()
result.passed = 1
result.failed = 0
Requires Python 3.8 or later; Linux and macOS only (Windows not supported per documentation).
Verify before relying
- Specific API surface and result aggregation methods available in version 26.7.
- Whether this package is typically installed standalone or as part of the larger pyats ecosystem.
- Performance characteristics when handling large test suites or deeply nested result hierarchies.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 7 days since the last release |
| First released | |
| Downloads | 295,224/month — #7,929 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyats_results-26.7-cp310-cp310-macosx_11_0_universal2.whl; pyats_results-26.7-cp310-cp310-manylinux2014_aarch64.whl; pyats_results-26.7-cp310-cp310-manylinux2014_x86_64.whl; pyats_results-26.7-cp311-cp311-macosx_11_0_universal2.whl; pyats_results-26.7-cp311-cp311-manylinux2014_aarch64.whl; pyats_results-26.7-cp311-cp311-manylinux2014_x86_64.whl; pyats_results-26.7-cp312-cp312-macosx_11_0_universal2.whl; pyats_results-26.7-cp312-cp312-manylinux2014_aarch64.whl; pyats_results-26.7-cp312-cp312-manylinux2014_x86_64.whl; pyats_results-26.7-cp312-cp312-musllinux_1_2_x86_64.whl; pyats_results-26.7-cp313-cp313-macosx_11_0_universal2.whl; pyats_results-26.7-cp313-cp313-manylinux2014_aarch64.whl; pyats_results-26.7-cp313-cp313-manylinux2014_x86_64.whl; pyats_results-26.7-cp314-cp314-macosx_11_0_universal2.whl; pyats_results-26.7-cp314-cp314-manylinux2014_aarch64.whl; pyats_results-26.7-cp314-cp314-manylinux2014_x86_64.whl
Keywords: pyats, results, objects, rollups
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
pyats.reporterCollects test results and generates reports for…
permissive · top 15,000 on PyPI
pyats.aereportCollects test results and generates reports as…
permissive · top 15,000 on PyPI
pyats.utilspyats.utils provides utility functions and…
permissive · top 15,000 on PyPI
pyats.aetestpyats.aetest is the test script engine…
permissive · top 15,000 on PyPI
pyats.asyncWraps Python multiprocessing to enable simpler…
permissive · top 15,000 on PyPI
pyats.robotIntegrates pyATS testing capabilities with…
permissive · top 15,000 on PyPI
pyats.logProvides logging format and utilities for…
permissive · top 15,000 on PyPI
pyatspyATS is Cisco's end-to-end testing framework…
permissive · top 15,000 on PyPI
pyats.connectionsProvides device connection abstraction and base…
permissive · top 15,000 on PyPI
pyats.tclWraps Python's tkinter module to provide Tcl…
permissive · top 15,000 on PyPI