Name: | python3-subunit |
---|---|
Version: | 1.4.0 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 330549 |
License: | ASL 2.0 or BSD |
RPM: | python3-subunit-1.4.0-1.el8.noarch.rpm |
Source RPM: | subunit-1.4.0-1.el8.src.rpm |
Build Date: | Wed Jul 14 2021 |
Build Host: | jenkins-172-17-0-2-7be30ccd-a860-4b75-b511-878d3a098236.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://launchpad.net/subunit |
Summary: | Streaming protocol for test results |
Description: | Subunit is a streaming protocol for test results. The protocol is a binary encoding that is easily generated and parsed. By design all the components of the protocol conceptually fit into the xUnit TestCase -> TestResult interaction. Subunit comes with command line filters to process a subunit stream and language bindings for python, C, C++ and shell. Bindings are easy to write for other languages. A number of useful things can be done easily with subunit: - Test aggregation: Tests run separately can be combined and then reported/displayed together. For instance, tests from different languages can be shown as a seamless whole. - Test archiving: A test run may be recorded and replayed later. - Test isolation: Tests that may crash or otherwise interact badly with each other can be run separately and then aggregated, rather than interfering with each other. - Grid testing: subunit can act as the necessary serialization and deserialization to get test runs on distributed machines to be reported in real time. |
- Version 1.4.0 - Drop all patches; all have been upstreamed - Verify the source tarball
- Drop the -decode-binary-to-unicode patch; it doesn't work with the bundled version of iso8601. - Add 0003 and 0004 patches to fix bugs reported to upstream.
- The python iso8601 module in Fedora has diverged too much from the bundled version. Allow this package to bundle it (bz 1811697).
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- rebuild for cppunit 1.15.1
- rebuild for cppunit 1.15.0
- Fix symlinks for python 3.8
- Drop python2 support in Fedora 32+ and EPEL 9+ (bz 1753957)
- Rebuilt for Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild