gst-libav1: update to 1.24.11
[oi-userland.git] / components / python / lxml_html_clean / test / results-all.master
blob1d52c48ec10937f4a75803eb43af3acf7db4a3db
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m unittest -v tests.test_clean
3 test_allow_and_remove (tests.test_clean.CleanerTest) ... ok
4 test_allow_tags (tests.test_clean.CleanerTest) ... ok
5 test_ascii_control_chars_removed (tests.test_clean.CleanerTest) ... ok
6 test_clean_invalid_root_tag (tests.test_clean.CleanerTest) ... ok
7 test_clean_with_comments (tests.test_clean.CleanerTest) ... ok
8 test_formaction_attribute_in_button_input (tests.test_clean.CleanerTest) ... ok
9 test_host_whitelist_invalid (tests.test_clean.CleanerTest) ... ok
10 test_host_whitelist_slash_type_confusion (tests.test_clean.CleanerTest) ... ok
11 test_host_whitelist_sneaky_userinfo (tests.test_clean.CleanerTest) ... ok
12 test_host_whitelist_valid (tests.test_clean.CleanerTest) ... ok
13 test_image_data_links (tests.test_clean.CleanerTest) ... ok
14 test_image_data_links_in_inline_style (tests.test_clean.CleanerTest) ... ok
15 test_image_data_links_in_style (tests.test_clean.CleanerTest) ... ok
16 test_memory_usage_many_elements_with_long_tails (tests.test_clean.CleanerTest) ... skipped 'memory-profiler is not available'
17 test_possibly_invalid_url_with_whitelist (tests.test_clean.CleanerTest) ... ok
18 test_possibly_invalid_url_without_whitelist (tests.test_clean.CleanerTest) ... ok
19 test_remove_unknown_tags (tests.test_clean.CleanerTest) ... ok
20 test_safe_attrs_excluded (tests.test_clean.CleanerTest) ... ok
21 test_safe_attrs_included (tests.test_clean.CleanerTest) ... ok
22 test_sneaky_import_in_style (tests.test_clean.CleanerTest) ... ok
23 test_sneaky_js_in_math_style (tests.test_clean.CleanerTest) ... ok
24 test_sneaky_js_in_style_comment_math_svg (tests.test_clean.CleanerTest) ... ok
25 test_sneaky_js_in_style_comment_noscript (tests.test_clean.CleanerTest) ... ok
26 test_sneaky_noscript_in_style (tests.test_clean.CleanerTest) ... ok
27 test_sneaky_schemes_in_style (tests.test_clean.CleanerTest) ... ok
28 test_sneaky_urls_in_style (tests.test_clean.CleanerTest) ... ok
29 test_svg_data_links (tests.test_clean.CleanerTest) ... ok
31 ----------------------------------------------------------------------
32 Ran 27 tests
34 OK (skipped=1)
35 py$(PYV): commands[1]> python -m doctest tests/test_clean_embed.txt tests/test_clean.txt tests/test_autolink.txt
36   py$(PYV): OK
37   congratulations :)