mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix test_search has been failed
This commit is contained in:
parent
283bf42ea7
commit
cfd8b520b6
@ -44,7 +44,7 @@ def test_wordcollector():
|
||||
assert 'fermion' in ix._mapping
|
||||
|
||||
|
||||
@with_app()
|
||||
@with_app(testroot='ext-viewcode')
|
||||
def test_objects_are_escaped(app, status, warning):
|
||||
app.builder.build_all()
|
||||
searchindex = (app.outdir / 'searchindex.js').text()
|
||||
|
Loading…
Reference in New Issue
Block a user