Skip to content
Snippets Groups Projects
Commit 29a93165 authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

[REVERT] 4394, because Thu is stupid

bzr revid: nicolas.vanhoren@openerp.com-20120905145703-7t8uiyqur0l16n2b
parent 80daa1b9
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ Tests can be explicitely added to the `fast_suite` or `checks` lists or not.
See the :ref:`test-framework` section in the :ref:`features` list.
"""
from . import test_expression, test_html_sanitize, test_ir_sequence, test_orm,\
from . import test_expression, test_ir_sequence, test_orm,\
test_view_validation, test_uninstall
fast_suite = [
......@@ -17,7 +17,6 @@ fast_suite = [
checks = [
test_expression,
test_html_sanitize,
test_orm,
test_view_validation,
]
......
from pyquery import PyQuery as pq
import re
def html_sanitize(x):
return x # It seems that our test suite doesn't care.
if not x:
return x
root = pq("<div />")
......@@ -59,4 +59,4 @@ def append_to(new_ones, el):
else:
children[-1].tail = i
else:
el.append(i)
el.append(i)
\ No newline at end of file
......@@ -99,6 +99,7 @@ setuptools.setup(
'mako',
'psycopg2',
'pydot',
'pyquery',
'python-dateutil < 2',
'python-ldap',
'python-openid',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment