skillfed

pyats.results

pyATS Results: Representing Results using Objects

pyats-results v26.7 295.2K downloads/30d#7,929 on PyPI
Permissive license Apache 2.0 Active released

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-results

uv

uv add pyats-results

poetry

poetry add pyats-results

Installing 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

Development Status :: 5 - Production/StableDevelopment Status :: 6 - MatureEnvironment :: ConsoleIntended Audience :: DevelopersIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsIntended Audience :: Telecommunications IndustryLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Build ToolsTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: Testing

Tags

test result aggregationresult rollup objectspyats results trackinghierarchical test statusresult code consolidationtest outcome representationresult object framework
test-frameworkresult-aggregation

More Libraries packages