class documentation

class DoctestCompareTest(HelperTestCase):

View In Hierarchy

Undocumented

Method assert​_diff Undocumented
Method assert​_nodiff Undocumented
Method compare Undocumented
Method test​_differing​_attributes Undocumented
Method test​_differing​_tags Undocumented
Method test​_equal​_input Undocumented
Method test​_extra​_attributes Undocumented
Method test​_extra​_children Undocumented
Method test​_missing​_attributes Undocumented
Method test​_missing​_children Undocumented
Method test​_tags​_upper​_lower​_case Undocumented
Method test​_tags​_upper​_lower​_case​_html Undocumented
Class Variable ​_checker Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method tear​Down Undocumented
Method ​_rootstring Undocumented
def assert_diff(self, want, got, diff, html=False):

Undocumented

def assert_nodiff(self, want, got, html=False):

Undocumented

def compare(self, want, got, html=False):

Undocumented

def test_differing_attributes(self):

Undocumented

def test_differing_tags(self):

Undocumented

def test_equal_input(self):

Undocumented

def test_extra_attributes(self):

Undocumented

def test_extra_children(self):

Undocumented

def test_missing_attributes(self):

Undocumented

def test_missing_children(self):

Undocumented

def test_tags_upper_lower_case(self):

Undocumented

def test_tags_upper_lower_case_html(self):

Undocumented

_checker =

Undocumented