bs4.tests.test_navigablestring#

Module Contents#

Classes#

class bs4.tests.test_navigablestring.TestNavigableString#

Bases: bs4.tests.SoupTest

test_text_acquisition_methods()#
test_string_has_immutable_name_property()#
class bs4.tests.test_navigablestring.TestNavigableStringSubclasses#

Bases: bs4.tests.SoupTest

test_cdata()#
test_cdata_is_never_formatted()#

Text inside a CData object is passed into the formatter.

But the return value is ignored.

test_doctype_ends_in_newline()#
test_declaration()#
test_default_string_containers()#
test_ruby_strings()#