mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Correct a duplicated test case name in test_ext_math
This commit is contained in:
@@ -57,7 +57,7 @@ def test_mathjax_align(app, status, warning):
|
||||
@with_app('html', testroot='ext-math',
|
||||
confoverrides={'math_number_all': True,
|
||||
'extensions': ['sphinx.ext.mathjax']})
|
||||
def test_math_number_all(app, status, warning):
|
||||
def test_math_number_all_mathjax(app, status, warning):
|
||||
app.builder.build_all()
|
||||
|
||||
content = (app.outdir / 'index.html').text()
|
||||
@@ -67,7 +67,7 @@ def test_math_number_all(app, status, warning):
|
||||
|
||||
@with_app('latex', testroot='ext-math',
|
||||
confoverrides={'extensions': ['sphinx.ext.mathjax']})
|
||||
def test_math_number_all(app, status, warning):
|
||||
def test_math_number_all_latex(app, status, warning):
|
||||
app.builder.build_all()
|
||||
|
||||
content = (app.outdir / 'test.tex').text()
|
||||
|
||||
Reference in New Issue
Block a user