odoo/addons/website/tests
Xavier Morel 6b857b6eeb [FIX] whitespace/indent lost by RTE
Didn't manage to find RTE settings to avoid losing leading whitespace of
lines, so reindeint arch after doing all integration, right before saving back
to view's field.

* html.fromstring(parser=HTMLParser(remove_blank_text=True) does not seem to
  work, so serialize to XML, and parse back with
  remove_blank_text. remove_blank_text necessary for lxml's pretty_print to
  work correctly.

* pretty_print only & always uses 2 spaces/indent level. Our files (and the
  HTML editor's Format button) uses 4 spaces -> need a second pass to double
  indents.

bzr revid: xmo@openerp.com-20140227125934-q8j3z440px2ic6kx
2014-02-27 13:59:34 +01:00
..
ui_suite [FIX] website: login for test js 2014-02-13 14:21:56 +01:00
__init__.py [IMP] Basic support for ui tests 2013-12-18 15:56:28 +01:00
cases.py [IMP] in crawler testing, indicate at which page the failed url was found 2013-11-25 13:05:48 +01:00
test_converter.py [FIX] conversion from html to values for text field 2014-01-10 16:20:24 +01:00
test_requests.py [FIX] *: replace urllib calls by werkzeug calls, as werkzeug handles utf-8 encoding while urllib doesnt 2014-01-30 12:24:08 +01:00
test_ui.py [FIX] website: comment test login_test.js. Error QWeb2 (test dependence) is not injected in the login page to insert login and password 2014-02-13 14:25:50 +01:00
test_views.py [FIX] whitespace/indent lost by RTE 2014-02-27 13:59:34 +01:00