python-stestr 4.2.1-ok1 source package in openKylin

Changelog

python-stestr (4.2.1-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:33:09 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-stestr_4.2.1.orig.tar.xz 79.1 KiB 662d039c9e2c694d9de0010bfcbe1705e9db8d969b4791571a6e7c38890ef1af
python-stestr_4.2.1-ok1.debian.tar.xz 3.8 KiB c47d9659effee065c267b417077e81689fb871a4ef04451e23de81488bc4cf53
python-stestr_4.2.1-ok1.dsc 2.2 KiB 48244a519602327313edb9ccc343fa6a5fbfbc1f69aca68e4cf32caef47f3322

Available diffs

View changes file

Binary packages built by this source

python-stestr-doc: test runner similar to testrepository - doc

 Stestr stands for Slim/Super Test Repository. It is a fork of the
 testrepository that concentrates on being a dedicated test runner for Python
 projects. The generic abstraction layers which enabled testr to work with any
 subunit emitting runner are gone. Stestr hard codes python-subunit-isms into
 how it works. The code base is also designed to try and be explicit, and to
 provide a Python API that is documented and has examples.
 .
 While stestr was originally forked from testrepository it is not 100%
 backwards compatible with testrepository. At a high level the basic concepts
 of operation are shared between the 2 projects but the actual usage between
 the 2 is not exactly the same.
 .
 This package contains the documentation.

python3-stestr: test runner similar to testrepository - Python 3.x

 Stestr stands for Slim/Super Test Repository. It is a fork of the
 testrepository that concentrates on being a dedicated test runner for Python
 projects. The generic abstraction layers which enabled testr to work with any
 subunit emitting runner are gone. Stestr hard codes python-subunit-isms into
 how it works. The code base is also designed to try and be explicit, and to
 provide a Python API that is documented and has examples.
 .
 While stestr was originally forked from testrepository it is not 100%
 backwards compatible with testrepository. At a high level the basic concepts
 of operation are shared between the 2 projects but the actual usage between
 the 2 is not exactly the same.
 .
 This package contains the Python 3.x module.