From b0b24795b24ee6809397fbbadf42f31f310a219f Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 8 Jul 2015 07:35:02 -0300 Subject: Imported Upstream version 7.6.0 --- tests/test_rst_compiler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_rst_compiler.py') 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\)") -- cgit v1.2.3