Add autopilot tests to improve the quality of the application
Bug #1366094 reported by
Stefano Verzegnassi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quick Memo |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
At a point of the development of version 0.2.1, the single-column listview has broken some functions that were previously working.
Since new features that should implement in a near-future are expected to increase complexity of the code, we definitely needs autopilot tests.
This is actually a whislist, and should target quick-memo 0.4 as well.
Changed in quick-memo: | |
milestone: | none → 0.4 |
To post a comment you must log in.
I think you might be better of writing QML Unit tests since they are written in QML which you already familiar and also way faster in executing. I am slowly starting to switch clock app to QML tests as well.