MCPcopy
hub / github.com/vinta/awesome-python / test_strong

Method test_strong

website/tests/test_readme_parser.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 assert "<em>italic</em>" in render_inline_html(children)
44
45 def test_strong(self):
46 children = _parse_inline("**bold** text")
47 assert "<strong>bold</strong>" in render_inline_html(children)
48
49 def test_code_inline(self):
50 children = _parse_inline("`some code`")

Callers

nothing calls this directly

Calls 2

render_inline_htmlFunction · 0.90
_parse_inlineFunction · 0.85

Tested by

no test coverage detected