Merge ~pieq/bugit/+git/qabro:add-expected-actual-result-in-description into bugit:master

Proposed by Pierre Equoy
Status: Merged
Approved by: Pierre Equoy
Approved revision: 421588da14fe022bce2616a7ab80da5e5f249444
Merged at revision: 4547490579f90658779cc34c94b4b7a80455bf4c
Proposed branch: ~pieq/bugit/+git/qabro:add-expected-actual-result-in-description
Merge into: bugit:master
Diff against target: 18 lines (+6/-1)
1 file modified
qabro/ui.py (+6/-1)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+346670@code.launchpad.net

Description of the change

Add "expected" and "actual" results sections in description

To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

Tested by building a test snap on my device with

    $ snapcraft cleanbuild

installed it and checked the output was as expected.

(self-approved)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/qabro/ui.py b/qabro/ui.py
2index 981be38..80d0477 100644
3--- a/qabro/ui.py
4+++ b/qabro/ui.py
5@@ -31,7 +31,12 @@ class ReportScreen:
6 'High',
7 'Critical')
8
9- default_description = "Summary:\n\nSteps to reproduce:\n\nFailure rate:"
10+ default_description = ("Summary:\n\n"
11+ "Steps to reproduce:\n\n"
12+ "Expected result:\n\n"
13+ "Actual result:\n\n"
14+ "Failure rate:"
15+ )
16
17 def __init__(self):
18 self._title = urwid.LineBox(urwid.Edit(), 'Bug Title')

Subscribers

People subscribed via source and target branches

to all changes: