python-stestr 4.1.0-2 source package in Ubuntu

Changelog

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

  * Add bash completion.

 -- Thomas Goirand <email address hidden>  Tue, 19 Mar 2024 09:33:59 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stestr_4.1.0-2.dsc 2.4 KiB 553e83e0ea05717065bc60a4ab730bd25d9f3f5aa63b9c754c74582f96c9e1c2
python-stestr_4.1.0.orig.tar.xz 79.0 KiB 0454d9e09d4acf5d39c42810a568c15f3950b0a436bcf211d7ed370a67416282
python-stestr_4.1.0-2.debian.tar.xz 4.6 KiB 5ec8da3bf5469a1562b5883eff26496d5cbaf76b3c5e4bdb71199b71cdf2ad47

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.