MCPcopy
hub / github.com/csev/py4e / test_nested_formatting_elements

Method test_nested_formatting_elements

code3/bs4/testing.py:182–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 self.assertEqual(str(soup.br), "<br/>")
181
182 def test_nested_formatting_elements(self):
183 self.assertSoupEquals("<em><em></em></em>")
184
185 def test_double_head(self):
186 html = ''&#x27;<!DOCTYPE html>

Callers

nothing calls this directly

Calls 1

assertSoupEqualsMethod · 0.45

Tested by

no test coverage detected