Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37480146
en ru br
ALT Linux repos
S:4.1.0-alt1

Group :: Development/Python3
RPM: python3-module-stestr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.1.0-alt1
Build date: 18 september 2023, 15:42 ( 31.1 weeks ago )
Size: 84.26 Kb

Home page:   https://pypi.org/project/stestr

License: Apache-2.0
Summary: stestr is parallel Python test runner
Description:

stestr is parallel Python test runner designed to execute unittest test suites
using multiple processes to split up execution of a test suite.
It also will store a history of all test runs to help in debugging failures
and optimizing the scheduler to improve speed. To accomplish this goal
it uses the subunit protocol to facilitate streaming and storing results
from multiple workers.

stestr originally started as a fork of the testrepository project.
But, instead of being an interface for any test runner that used subunit,
like testrepository, stestr concentrated on being a dedicated test runner
for python projects.
While stestr was originally forked from testrepository it is not
backwards compatible with testrepository.
At a high level the basic concepts of operation are shared between the two
projects but the actual usage is not exactly the same.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-stestr
  • python3-module-stestr-doc
  • python3-module-stestr-tests
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin