Optimize tests: test_get_items_summary

This commit is contained in:
Takeshi KOMIYA 2016-07-14 21:07:33 +09:00
parent 41f77d8152
commit 13c63cb173

View File

@ -54,7 +54,7 @@ def test_mangle_signature():
assert res == outp, (u"'%s' -> '%s' != '%s'" % (inp, res, outp)) assert res == outp, (u"'%s' -> '%s' != '%s'" % (inp, res, outp))
@with_app(buildername='html', **default_kw) @with_app(buildername='dummy', **default_kw)
def test_get_items_summary(app, status, warning): def test_get_items_summary(app, status, warning):
# monkey-patch Autosummary.get_items so we can easily get access to it's # monkey-patch Autosummary.get_items so we can easily get access to it's
# results.. # results..