class documentation

class TestPreviousOperations(ProximityTest): (source)

View In Hierarchy

Undocumented

Method setup_method Undocumented
Method test_find_all_previous Undocumented
Method test_find_previous Undocumented
Method test_find_previous_for_text_element Undocumented
Method test_previous Undocumented
Method test_previous_generator Undocumented
Method test_previous_of_first_item_is_none Undocumented
Method test_previous_of_root_is_none Undocumented
Instance Variable end Undocumented

Inherited from ProximityTest:

Instance Variable tree Undocumented

Inherited from SoupTest (via ProximityTest):

Method assert_selects Make sure that the given tags have the correct text.
Method assert_selects_ids Make sure that the given tags have the correct IDs.
Method assert_soup Parse some markup using Beautiful Soup and verify that the output markup is as expected.
Method assertConnectedness Ensure that next_element and previous_element are properly set for all descendants of the given element.
Method document_for Turn an HTML fragment into a document.
Method linkage_validator Ensure proper linkage throughout the document.
Method soup Build a Beautiful Soup object from markup.
Property default_builder Undocumented
def setup_method(self): (source)
def test_find_all_previous(self): (source)

Undocumented

def test_find_previous(self): (source)

Undocumented

def test_find_previous_for_text_element(self): (source)

Undocumented

def test_previous(self): (source)

Undocumented

def test_previous_generator(self): (source)

Undocumented

def test_previous_of_first_item_is_none(self): (source)

Undocumented

def test_previous_of_root_is_none(self): (source)

Undocumented

Undocumented