python-stestr 3.2.1-2 source package in Ubuntu

Changelog

python-stestr (3.2.1-2) unstable; urgency=medium

  * Cleans better (Closes: #1047756).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 14:31:27 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stestr_3.2.1-2.dsc 2.3 KiB 438e935c1cf04d343938b52cd641f79b36866045d5069d60ea25e9545e8eed8e
python-stestr_3.2.1.orig.tar.xz 82.7 KiB 781817a428e9bb9af288bbef19faecbe770d75ae6657277770486428026991dd
python-stestr_3.2.1-2.debian.tar.xz 4.7 KiB 901a65960f5d2fe45b9a44edf2d0d6d1e4070043c5529c9fee7846921af8bf23

Available diffs

No changes file available.

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.