python-stestr 3.1.0-2 source package in Ubuntu

Changelog

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

  * Upload to unstable.

 -- Thomas Goirand <email address hidden>  Mon, 16 Aug 2021 09:37:33 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stestr_3.1.0-2.dsc 2.4 KiB 117d8a204940f282f7acf24fc28609924b2546ab2dff002adc6841164924da42
python-stestr_3.1.0.orig.tar.xz 79.6 KiB f8f5f3847c2e435f5f0b3845f36b19ffcf20845a188d398ac2a9fdec49720ff5
python-stestr_3.1.0-2.debian.tar.xz 4.6 KiB 2e1d24f024fcf2b9eda843b3ca12aff70593a1539c7d381caba342ae4d617648

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.