[7.0] Improve recording of test failures
Bug #1284286 reported by
Georges Racinet
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
New
|
Wishlist
|
Unassigned | |||
OpenERP Community Backports (Server) | Status tracked in 7.0 | |||||
7.0 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
There is facility to record test failures of any kind (notably legacy YML test files) : openerp.
However, currently, it does no more that count the number of failures, and even that is not much used.
Scrolling in the logs to track failures, especially in YML test files, makes it harder than it should be to track the cause of an error quickly.
It would be an improvement to record some details and have openerp-command or other test launchers display them.
Related branches
lp://staging/~anybox/ocb-server/7.0-test-report
- Holger Brunn (Therp): Approve (code review)
- Raphaël Valyi - http://www.akretion.com: Approve
- Leonardo Pistone: Approve (code review)
-
Diff: 142 lines (+45/-17)4 files modifiedopenerp/modules/loading.py (+12/-4)
openerp/tools/assertion_report.py (+12/-4)
openerp/tools/convert.py (+12/-8)
openerp/tools/yaml_import.py (+9/-1)
lp://staging/~anybox/openobject-server/7.0-test-report
Ready for review
for merging
into
lp://staging/openobject-server/7.0
- OpenERP Core Team: Pending requested
-
Diff: 142 lines (+45/-17)4 files modifiedopenerp/modules/loading.py (+12/-4)
openerp/tools/assertion_report.py (+12/-4)
openerp/tools/convert.py (+12/-8)
openerp/tools/yaml_import.py (+9/-1)
Changed in openobject-server: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
I hoped I could be able to classify this as 'wishlist' myself, seems I can't.