skillfed

colcon-test-result

Extension for colcon to provide information about the test results.

colcon-test-result v0.3.8 196.7K downloads/30d#9,776 on PyPI3
Permissive license Apache License, Version 2.0 DORMANT released

What it is and what it does

colcon-test-result is a plugin for the colcon build system that adds test result reporting capabilities. It extends colcon-core to capture, organize, and display information about test outcomes when you run builds. Once installed, it integrates automatically into colcon's workflow and provides structured access to test results.

The package is in Alpha status and has been dormant since its last release in October 2019. It carries low install friction—only colcon-core as a runtime dependency—and uses a permissive Apache 2.0 license. However, the lack of recent maintenance means it may not work reliably with current versions of colcon or modern Python environments without verification.

Use it for:

  • Display test results as part of a colcon build pipeline to see which tests passed or failed.
  • Integrate test outcome data into CI/CD workflows that use colcon for multi-package builds.
  • Analyze test results across multiple packages in a colcon workspace.
  • Generate test reports from colcon builds for documentation or debugging.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Extends colcon-core to display and analyze test results from builds, integrating test outcome reporting into the colcon build system.

Yes-with-conditions. Install if you use colcon for multi-package builds and need test result reporting integrated into the build system. Verify first that it works with your colcon-core version, since the package has been dormant since 2019 and may not support recent colcon changes. If you need active maintenance or modern Python support, consider whether a newer or actively maintained alternative exists.

Install

colcon-test-result on PyPI

pip

pip install colcon-test-result

uv

uv add colcon-test-result

poetry

poetry add colcon-test-result

Installing colcon-test-result

Before you install

Low install friction; depends only on colcon-core. Maintenance is dormant—last release was 2019-10-01 and no commits since 2024-11-25, so expect no active bug fixes or feature updates.

License in practice

Apache License 2.0 (permissive) allows commercial and private use with minimal restrictions; suitable for most projects.

Quickstart

pip install colcon-test-result

from colcon_test_result import ...
# Automatically available as colcon extension once installed

Requires colcon-core to be installed and functional; this is a plugin that extends colcon, not a standalone tool.

Verify before relying

  • Whether the package works with modern colcon-core versions released after 2019.
  • Whether test result formats have changed in colcon since the last release.
  • Specific Python version compatibility (requires_python field is empty).

Package facts

License Apache License, Version 2.0 (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — colcon-core
Maintenance dormant — 2,509 days since the last release
Last repo commit
First released
Downloads 196,688/month — #9,776 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: colcon_test_result-0.3.8-py3-none-any.whl

Keywords: colcon

Development Status :: 3 - AlphaEnvironment :: PluginsIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIXProgramming Language :: PythonTopic :: Software Development :: Build Tools

Tags

colcon test resultsbuild test reportingcolcon extension testingtest outcome analysiscolcon build resultstest summary reporting
colcon-pluginbuild-systemtest-reporting

More Build Tools packages