Fix test_search has been failed

This commit is contained in:
Takeshi KOMIYA 2016-03-01 00:48:58 +09:00
parent 283bf42ea7
commit cfd8b520b6

View File

@ -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()