odoo/openerp/tests
Vo Minh Thu ae4852f597 [IMP] html_sanitize: remove dependency on pyquery.
Relying on pyquery is unnecessary (using etree alone is enough). This patch
reimplements the html_sanitize() function without pyquery. The new
implementation still goes through the provided test suite with success.

bzr revid: vmt@openerp.com-20120816104540-9374llhzde54h2vz
2012-08-16 12:45:40 +02:00
..
addons [MERGE] merged trunk. 2012-08-13 16:24:43 +02:00
__init__.py [IMP] html_sanitize: remove dependency on pyquery. 2012-08-16 12:45:40 +02:00
common.py [ADD] test cases for export of simple fields 2012-07-23 17:03:06 +02:00
test_acl.py [IMP] orm: support model-level @groups attribute for access restriction 2012-05-18 16:36:25 +02:00
test_expression.py [IMP] tests: 2012-03-01 14:46:08 +01:00
test_html_sanitize.py Fixed encoding problems 2012-08-14 14:14:25 +02:00
test_ir_sequence.py [IMP] solve Can not `import openerp.tests`. 2012-06-20 17:21:42 +05:30
test_orm.py [IMP] remove res.partner.address 2012-06-14 14:26:46 +05:30
test_uninstall.py [IMP] uninstall: typos 2012-06-20 12:07:05 +02:00
test_view_validation.py [FIX] Removed the unused test case to avoid the runtime mutiple execuation 2012-08-07 17:18:30 +05:30
test_xmlrpc.py [IMP] tests: xml-rpc test drops the created database (which has its own name, not clashing with the main db name). 2012-03-01 11:54:19 +01:00