()
| 61 | |
| 62 | @skipif_not_matplotlib |
| 63 | def test_latex_to_html(): |
| 64 | img = latextools.latex_to_html("$x^2$") |
| 65 | nt.assert_in("data:image/png;base64,iVBOR", img) |
| 66 | |
| 67 | |
| 68 | def test_genelatex_no_wrap(): |
nothing calls this directly
no outgoing calls
no test coverage detected