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
diff --git a/qabro/ui.py b/qabro/ui.py
index 981be38..80d0477 100644
--- a/qabro/ui.py
+++ b/qabro/ui.py
@@ -31,7 +31,12 @@ class ReportScreen:
31 'High',31 'High',
32 'Critical')32 'Critical')
3333
34 default_description = "Summary:\n\nSteps to reproduce:\n\nFailure rate:"34 default_description = ("Summary:\n\n"
35 "Steps to reproduce:\n\n"
36 "Expected result:\n\n"
37 "Actual result:\n\n"
38 "Failure rate:"
39 )
3540
36 def __init__(self):41 def __init__(self):
37 self._title = urwid.LineBox(urwid.Edit(), 'Bug Title')42 self._title = urwid.LineBox(urwid.Edit(), 'Bug Title')

Subscribers

People subscribed via source and target branches

to all changes: