Merge lp://staging/~jml/testtools/tagger into lp://staging/~testtools-committers/testtools/trunk

Proposed by Jonathan Lange
Status: Merged
Merged at revision: 253
Proposed branch: lp://staging/~jml/testtools/tagger
Merge into: lp://staging/~testtools-committers/testtools/trunk
Diff against target: 119 lines (+48/-0)
4 files modified
testtools/__init__.py (+2/-0)
testtools/testresult/__init__.py (+2/-0)
testtools/testresult/real.py (+19/-0)
testtools/tests/test_testresult.py (+25/-0)
To merge this branch: bzr merge lp://staging/~jml/testtools/tagger
Reviewer Review Type Date Requested Status
testtools committers Pending
Review via email: mp+101904@code.staging.launchpad.net

Description of the change

When we get tests from multiple sources and want to assemble them into one test result, we want to have some way of identifying which source an individual test came from. Since we can't rely on ordering, a natural way of doing this is to tag each test with some sort of label that identifies its source.

This branch adds a TestResultDecorator that individually tags each test sent through it with a specific set of tags.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches