testtools changes cause attachments to be shown for xfail
Bug #499713 reported by
Martin Pool
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
In Progress
|
Low
|
Martin Pool | ||
testtools |
Invalid
|
Undecided
|
Unassigned |
Bug Description
The recent changes to use subunit seem to cause all the attachments (including the test log etc) to be shown for xfail tests in -v mode, as used on pqm. This is a regression.
If these tests are known to fail it's not worth reporting on them.
Related branches
lp://staging/~mbp/bzr/test-errors
On hold
for merging
into
lp://staging/bzr
- Martin Pool: Approve
- Martin Packman (community): Needs Information
- John A Meinel: Approve
-
Diff: 554 lines (+176/-116)4 files modifiedbzrlib/osutils.py (+10/-0)
bzrlib/tests/__init__.py (+121/-61)
bzrlib/tests/test_selftest.py (+36/-46)
bzrlib/tests/test_trace.py (+9/-9)
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in bzr: | |
status: | Confirmed → In Progress |
assignee: | nobody → Martin Pool (mbp) |
To post a comment you must log in.
bzr does not use the testtools ui level TestResult class, so what gets shown, when, isn't anything to do with testtools.