class documentation

class DoctestCompareTest(HelperTestCase): (source)

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 tearDown Undocumented
Method _rootstring Undocumented
def assert_diff(self, want, got, diff, html=False): (source)

Undocumented

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

Undocumented

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

Undocumented

def test_differing_attributes(self): (source)

Undocumented

def test_differing_tags(self): (source)

Undocumented

def test_equal_input(self): (source)

Undocumented

def test_extra_attributes(self): (source)

Undocumented

def test_extra_children(self): (source)

Undocumented

def test_missing_attributes(self): (source)

Undocumented

def test_missing_children(self): (source)

Undocumented

def test_tags_upper_lower_case(self): (source)

Undocumented

def test_tags_upper_lower_case_html(self): (source)

Undocumented

_checker = (source)

Undocumented