colcon-test-result
Extension for colcon to provide information about the test results.
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-resultuv
uv add colcon-test-resultpoetry
poetry add colcon-test-resultInstalling 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
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
colcon-outputExtends colcon-core to customize output…
permissive · top 15,000 on PyPI
colcon-devtoolsExtends colcon-core to expose information about…
permissive · top 15,000 on PyPI
colcon-package-informationExtends colcon-core to provide information…
permissive · top 15,000 on PyPI
colcon-rosExtends colcon to recognize and build ROS…
permissive · top 15,000 on PyPI
colcon-notificationAdds desktop notifications to colcon build…
permissive · top 15,000 on PyPI
colcon-powershellExtends colcon-core to generate PowerShell…
permissive · top 15,000 on PyPI
colcon-parallel-executorExtends colcon-core to execute package builds…
permissive · top 15,000 on PyPI
colcon-pkg-configExtends colcon-core to configure environment…
permissive · top 15,000 on PyPI
colcon-metadataExtends colcon-core to fetch and manage package…
permissive · top 15,000 on PyPI
trcliA command-line tool for uploading test…
unclear · top 15,000 on PyPI