Subject: CVS commit: pkgsrc/net
From: Adam Ciarcinski
Date: 2018-05-17 10:09:11
Message id: 20180517080911.CC2A6FBEC@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.1addpkgsrc/net/py-subunit/ALTERNATIVES
1.1addpkgsrc/net/py-subunit/DESCR
1.1addpkgsrc/net/py-subunit/Makefile
1.1addpkgsrc/net/py-subunit/PLIST
1.1addpkgsrc/net/py-subunit/distinfo