Merge lp://staging/~joetalbott/pyjunitxml/add_skipped_count into lp://staging/pyjunitxml
Proposed by
Joe Talbott
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~joetalbott/pyjunitxml/add_skipped_count |
Merge into: | lp://staging/pyjunitxml |
Diff against target: |
106 lines (+14/-13) 2 files modified
junitxml/__init__.py (+4/-3) junitxml/tests/test_junitxml.py (+10/-10) |
To merge this branch: | bzr merge lp://staging/~joetalbott/pyjunitxml/add_skipped_count |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joe Talbott (community) | Needs Resubmitting | ||
Robert Collins | Needs Fixing | ||
Review via email: mp+192604@code.staging.launchpad.net |
Commit message
Add "skipped=" section to results if testcases were skipped.
Description of the change
Add "skipped=" section to results if testcases were skipped.
To post a comment you must log in.
Unmerged revisions
- 29. By Joe Talbott
-
Always show skipped testcase summary.
- 28. By Joe Talbott
-
Add "skipped=" section to results if testcases were skipped.
As commented on the bug, it seems that skipped tests are supported by the format but nobody ever decided to specify the testsuite attribute.
There is even conflicting implementations that use either 'skips=' or 'skipped='...