diff options
Diffstat (limited to 'tests/test_rst_compiler.py')
| -rw-r--r-- | tests/test_rst_compiler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_rst_compiler.py b/tests/test_rst_compiler.py index 1747332..5bbd617 100644 --- a/tests/test_rst_compiler.py +++ b/tests/test_rst_compiler.py @@ -122,8 +122,8 @@ class ReSTExtensionTestCaseTestCase(ReSTExtensionTestCase): class MathTestCase(ReSTExtensionTestCase): sample = ':math:`e^{ix} = \cos x + i\sin x`' - def test_mathjax(self): - """ Test that math is outputting MathJax.""" + def test_math(self): + """ Test that math is outputting TeX code.""" self.basic_test() self.assertHTMLContains("span", attributes={"class": "math"}, text="\(e^{ix} = \cos x + i\sin x\)") |
