python-stestr 3.2.1-ok1 source package in openKylin
Changelog
python-stestr (3.2.1-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Mon, 05 Sep 2022 13:40:44 +0800
python-stestr (3.2.1-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Mon, 05 Sep 2022 13:40:44 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-stestr_3.2.1.orig.tar.gz | 106.5 KiB | 2748e205652e2d8c3d9bd7fdbaaf49b4a37e88d38d6152ffb317b865fe863c12 |
python-stestr_3.2.1-ok1.debian.tar.xz | 7.5 KiB | 300b3b145cfcfcdbcf176a4bdda6336db68c8a5fa7d51583c3ce12fb567332fc |
python-stestr_3.2.1-ok1.dsc | 2.1 KiB | e0cec47bc40c082987dd46835ad651a11597d90be3a3c0fd0be169edcd431b14 |
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.
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.