class simplehtml::TestCase
simplehtml::TestCase
Inherits from unittest.TestCase
Public Functions
Name | |
---|---|
def | test_empty_tag(self self) |
def | test_empty_tag_xml(self self) |
def | test_tag_add(self self) |
def | test_tag_add_no_newline(self self) |
def | test_iadd_tag(self self) |
def | test_iadd_text(self self) |
def | test_xhtml_match_tag(self self) |
def | test_empty_tag_unicode(self self) |
def | test_empty_tag_xml_unicode(self self) |
def | test_xhtml_match_tag_unicode(self self) |
def | test_just_tag(self self) |
def | test_just_tag_xhtml(self self) |
def | test_xml(self self) |
def | test_para_tag(self self) |
def | test_escape(self self) |
def | test_no_escape(self self) |
def | test_escape_attr(self self) |
def | test_subtag_context(self self) |
def | test_subtag_direct(self self) |
def | test_subtag_direct_context(self self) |
def | test_subtag_no_newlines(self self) |
def | test_add_text(self self) |
def | test_add_text_newlines(self self) |
def | test_doc_newlines(self self) |
def | test_doc_no_newlines(self self) |
def | test_unicode(self self) |
def | test_table(self self) |
Public Functions Documentation
function test_empty_tag
def test_empty_tag(
self self
)
function test_empty_tag_xml
def test_empty_tag_xml(
self self
)
function test_tag_add
def test_tag_add(
self self
)
function test_tag_add_no_newline
def test_tag_add_no_newline(
self self
)
function test_iadd_tag
def test_iadd_tag(
self self
)
function test_iadd_text
def test_iadd_text(
self self
)
function test_xhtml_match_tag
def test_xhtml_match_tag(
self self
)
function test_empty_tag_unicode
def test_empty_tag_unicode(
self self
)
function test_empty_tag_xml_unicode
def test_empty_tag_xml_unicode(
self self
)
function test_xhtml_match_tag_unicode
def test_xhtml_match_tag_unicode(
self self
)
function test_just_tag
def test_just_tag(
self self
)
function test_just_tag_xhtml
def test_just_tag_xhtml(
self self
)
function test_xml
def test_xml(
self self
)
function test_para_tag
def test_para_tag(
self self
)
function test_escape
def test_escape(
self self
)
function test_no_escape
def test_no_escape(
self self
)
function test_escape_attr
def test_escape_attr(
self self
)
function test_subtag_context
def test_subtag_context(
self self
)
function test_subtag_direct
def test_subtag_direct(
self self
)
function test_subtag_direct_context
def test_subtag_direct_context(
self self
)
function test_subtag_no_newlines
def test_subtag_no_newlines(
self self
)
function test_add_text
def test_add_text(
self self
)
function test_add_text_newlines
def test_add_text_newlines(
self self
)
function test_doc_newlines
def test_doc_newlines(
self self
)
function test_doc_no_newlines
def test_doc_no_newlines(
self self
)
function test_unicode
def test_unicode(
self self
)
function test_table
def test_table(
self self
)
Updated on 2022-08-07 at 20:46:08 +0100