Autopilot terse output format
Bug #1175323 reported by
Thomi Richards
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Autopilot |
In Progress
|
Medium
|
Corey Goldberg |
Bug Description
Autopilot needs a new output format that is more terse. It must only show the failed test Ids, and a summary line. For example:
"""
autopilot.
autopilot.
autopilot.
autopilot.
autopilot.
autopilot.
autopilot.
autopilot.
8 tests FAILED, 87 tests PASSED, 3 tests SKIPPED
"""
This format would not be the default, but rather would be used when "-f terse" was passed on the autopilot command line.
Related branches
lp://staging/~coreygoldberg/autopilot/texttest-run
Superseded
for merging
into
lp://staging/autopilot
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Thomi Richards (community): Needs Fixing
- Christopher Lee (community): Needs Fixing
- Corey Goldberg (community): Needs Fixing
-
Diff: 938 lines (+378/-139) (has conflicts)9 files modifiedautopilot/__init__.py (+11/-7)
autopilot/globals.py (+4/-0)
autopilot/run.py (+28/-21)
autopilot/testresult.py (+88/-19)
autopilot/tests/functional/test_autopilot_functional.py (+86/-54)
autopilot/tests/unit/test_command_line_args.py (+14/-6)
autopilot/tests/unit/test_run.py (+126/-29)
autopilot/tests/unit/test_testresults.py (+20/-2)
tox.ini (+1/-1)
Changed in autopilot: | |
milestone: | 1.3 → none |
Changed in autopilot: | |
status: | Triaged → In Progress |
assignee: | nobody → Corey Goldberg (coreygoldberg) |
To post a comment you must log in.