MCPcopy Create free account
hub / github.com/ipython/ipython / test_latex_to_html

Function test_latex_to_html

IPython/lib/tests/test_latextools.py:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61
62@skipif_not_matplotlib
63def test_latex_to_html():
64 img = latextools.latex_to_html("$x^2$")
65 nt.assert_in("data:image/png;base64,iVBOR", img)
66
67
68def test_genelatex_no_wrap():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected