pkgsrc/net/py-subunit/ALTERNATIVES
adam f726e1ef0b py-subunit: added version 1.3.0
Subunit is a streaming protocol for test results.

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, and tests running on multiple machines can be
  aggregated into a single stream through a multiplexer.
* 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 seperately and then aggregated, rather than interfering with
  each other or requiring an adhoc test->runner reporting protocol.
* Grid testing: subunit can act as the necessary serialisation and
  deserialiation to get test runs on distributed machines to be reported in
  real time.
2018-05-17 08:09:11 +00:00

14 lines
828 B
Text

bin/subunit-1to2 @PREFIX@/bin/subunit-1to2-@PYVERSSUFFIX@
bin/subunit-2to1 @PREFIX@/bin/subunit-2to1-@PYVERSSUFFIX@
bin/subunit-filter @PREFIX@/bin/subunit-filter-@PYVERSSUFFIX@
bin/subunit-ls @PREFIX@/bin/subunit-ls-@PYVERSSUFFIX@
bin/subunit-notify @PREFIX@/bin/subunit-notify-@PYVERSSUFFIX@
bin/subunit-output @PREFIX@/bin/subunit-output-@PYVERSSUFFIX@
bin/subunit-stats @PREFIX@/bin/subunit-stats-@PYVERSSUFFIX@
bin/subunit-tags @PREFIX@/bin/subunit-tags-@PYVERSSUFFIX@
bin/subunit2csv @PREFIX@/bin/subunit2csv-@PYVERSSUFFIX@
bin/subunit2disk @PREFIX@/bin/subunit2disk-@PYVERSSUFFIX@
bin/subunit2gtk @PREFIX@/bin/subunit2gtk-@PYVERSSUFFIX@
bin/subunit2junitxml @PREFIX@/bin/subunit2junitxml-@PYVERSSUFFIX@
bin/subunit2pyunit @PREFIX@/bin/subunit2pyunit-@PYVERSSUFFIX@
bin/tap2subunit @PREFIX@/bin/tap2subunit-@PYVERSSUFFIX@