class documentation

class TestDeprecatedArguments(SoupTest): (source)

View In Hierarchy

Undocumented

Method test_find_type_method_string Undocumented
Method test_soupstrainer_constructor_string Undocumented

Inherited from SoupTest:

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
@pytest.mark.parametrize('method_name', ['find', 'find_all', 'find_parent', 'find_parents', 'find_next', 'find_all_next', 'find_previous', 'find_all_previous', 'find_next_sibling', 'find_next_siblings', 'find_previous_sibling', 'find_previous_siblings'])
def test_find_type_method_string(self, method_name): (source)

Undocumented

def test_soupstrainer_constructor_string(self): (source)

Undocumented