~cjwatson/zope.testrunner:skip-thread-errors

Last commit made on 2019-10-22
Get this branch:
git clone -b skip-thread-errors https://git.launchpad.net/~cjwatson/zope.testrunner
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
skip-thread-errors
Repository:
lp:~cjwatson/zope.testrunner

Recent commits

91af4e8... by Colin Watson

Turn thread leaks into skips in subunit output

This still seems to occasionally happen in Launchpad test runs, and
doesn't need to be an error.

Based on work by Robert Collins in Launchpad's zope.testing fork.

da69642... by Colin Watson

Preparing release 5.1+lp1

2a12123... by Colin Watson

Make --subunit --list-tests only print test IDs

This is not really correct, but it simplifies Launchpad's testrepository
plumbing for now.

Based on work by Benji York in Launchpad's zope.testing fork.

c350911... by Colin Watson

Report tests by id rather than str(test)

Also allow id in test discovery. This is in order to have unique ids
for doctests using the same file but run in different layers.

Based on work by Brad Crittenden in Launchpad's zope.testing fork.

26e8b49... by Colin Watson

Preparing release 5.1

39d179a... by Marius Gedminas

Merge pull request #101 from zopefoundation/license-is-not-rst

The license text is not valid ReStructuredText

bb1f439... by Colin Watson

Merge pull request #99 from cjwatson/fix-layer-failure-counting

Fix failure counting across layers

96ff9bf... by Colin Watson

Fix failure counting across layers

When tests in multiple layers are being run, zope.testrunner outputs a
per-layer summary after each layer, and an overall summary at the end.
The addition of support for unexpected successes in 4.0.1 caused the
per-layer summary to report incorrect failure counts: rather than
reporting the number of failures in the current layer (as for errors and
skips), it reported the cumulative number of failures so far in the
whole test run. This was confusing, since it could result in per-layer
summaries that appeared to report failures in the layer when none
existed.

Restore the pre-4.0.1 behaviour of having the per-layer summary report
only the number of failures in that layer.

7296c28... by Marius Gedminas

The license text is not valid ReStructuredText

Fixes #100.

15667b8... by Marius Gedminas

Merge pull request #98 from cjwatson/document-subunit-std-streams

Document test buffering feature in CHANGES