testtools changes cause attachments to be shown for xfail
Bug #499713 reported by
Martin Pool
on 2009-12-23
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Bazaar |
Low
|
Martin Pool | ||
| testtools |
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:~mbp/bzr/test-errors
- Martin Pool: Approve on 2011-08-02
- Martin Packman (community): Needs Information on 2011-06-15
- John A Meinel: Approve on 2011-06-14
-
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)
Martin Pool (mbp) wrote : | #1 |
Martin Pool (mbp)
on 2010-01-07
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Martin Pool (mbp)
on 2011-06-14
Changed in bzr: | |
status: | Confirmed → In Progress |
assignee: | nobody → Martin Pool (mbp) |
Martin Pool (mbp) wrote : | #3 |
I think this is addressed by https:/
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.