Show More
@@ -33,9 +33,9 b' def no_op(*args, **kwargs):' | |||||
33 | yield |
|
33 | yield | |
34 |
|
34 | |||
35 |
|
35 | |||
|
36 | @skip_iptest_but_not_pytest | |||
36 | @onlyif_cmds_exist("latex", "dvipng") |
|
37 | @onlyif_cmds_exist("latex", "dvipng") | |
37 | @pytest.mark.parametrize("s, wrap", [(u"$$x^2$$", False), (u"x^2", True)]) |
|
38 | @pytest.mark.parametrize("s, wrap", [(u"$$x^2$$", False), (u"x^2", True)]) | |
38 | @skip_iptest_but_not_pytest |
|
|||
39 | def test_latex_to_png_dvipng_runs(s, wrap): |
|
39 | def test_latex_to_png_dvipng_runs(s, wrap): | |
40 | """ |
|
40 | """ | |
41 | Test that latex_to_png_dvipng just runs without error. |
|
41 | Test that latex_to_png_dvipng just runs without error. |
General Comments 0
You need to be logged in to leave comments.
Login now