class documentation

class CleanerTest(unittest.TestCase):

View In Hierarchy

Undocumented

Method test​_allow​_and​_remove Undocumented
Method test​_allow​_tags Undocumented
Method test​_clean​_invalid​_root​_tag Undocumented
Method test​_clean​_with​_comments Undocumented
Method test​_formaction​_attribute​_in​_button​_input Undocumented
Method test​_image​_data​_links Undocumented
Method test​_image​_data​_links​_in​_style Undocumented
Method test​_remove​_unknown​_tags Undocumented
Method test​_safe​_attrs​_excluded Undocumented
Method test​_safe​_attrs​_included Undocumented
Method test​_sneaky​_import​_in​_style Undocumented
Method test​_sneaky​_js​_in​_math​_style Undocumented
Method test​_sneaky​_noscript​_in​_style Undocumented
Method test​_sneaky​_schemes​_in​_style Undocumented
Method test​_sneaky​_urls​_in​_style Undocumented
Method test​_svg​_data​_links Undocumented
def test_allow_and_remove(self):

Undocumented

def test_allow_tags(self):

Undocumented

def test_clean_invalid_root_tag(self):

Undocumented

def test_clean_with_comments(self):

Undocumented

def test_formaction_attribute_in_button_input(self):

Undocumented

def test_image_data_links(self):

Undocumented

def test_image_data_links_in_style(self):

Undocumented

def test_remove_unknown_tags(self):

Undocumented

def test_safe_attrs_excluded(self):

Undocumented

def test_safe_attrs_included(self):

Undocumented

def test_sneaky_import_in_style(self):

Undocumented

def test_sneaky_js_in_math_style(self):

Undocumented

def test_sneaky_noscript_in_style(self):

Undocumented

def test_sneaky_schemes_in_style(self):

Undocumented

def test_sneaky_urls_in_style(self):

Undocumented

def test_svg_data_links(self):

Undocumented