Streaming protocol for test results
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.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 1.4.5-2.fc44 | - |
| Fedora 43 | 1.4.5-1.fc43 | 1.4.4-9.fc43 |
| Fedora 42 | 1.4.4-5.fc42 | - |
| Fedora 41 | 1.4.4-4.fc41 | - |
| Fedora EPEL 9 | 1.4.0-12.el9 | - |
| Fedora EPEL 8 | 1.4.0-14.el8 | - |
| Fedora EPEL 10.2 | 1.4.4-4.el10_0 | - |
| Fedora EPEL 10.1 | 1.4.4-4.el10_0 | - |
You can contact the maintainers of this package via email at
subunit dash maintainers at fedoraproject dot org.