./net/py-subunit, Python implementation of subunit test streaming protocol

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.4, Package name: py312-subunit-1.4.4, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [devel/py-testtools] [devel/py-extras] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 88.813 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2023-11-17 18:52:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-subunit: updated to 1.4.4

1.4.4
Unknown changes
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-09-17 20:01:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-subunit: updated to 1.4.3

1.4.3 (2023-09-17)
---------------------
* Subunit now has a dependency on an external iso8601
  module rather than shipping its own.
   2022-11-17 15:37:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-subunit: updated to 1.4.2

1.4.2

BUG FIXES
* Fix "subunit-filter --fixup-expected-failures"
   2022-11-09 15:45:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-subunit: updated to 1.4.1

1.4.1

IMPROVEMENTS
* Add support for Python 3.9
* Add support for Python 3.10
* Drop support for Python 2.7, 3.4, and 3.5
* Convert python scripts to entry_points.
* Migrate CI from travis to GitHub actions.
* Add options to output filter to set timestamps.
* Remove dependency on unittest2.

BUGFIXES
* Fix tests with testtools >= 2.5.0.
* Mark rawstrings as such, fixing warnings.
   2022-04-30 01:33:05 by Thomas Klausner | Files touched by this commit (4)
Log message:
*: recurse more not-for-python-2.x