Speed up test_theming using a minimal project.

This commit is contained in:
Georg Brandl
2014-09-21 18:37:44 +02:00
parent 2661c1060d
commit b335e03b02

View File

@@ -57,7 +57,7 @@ def test_theme_api(app, status, warning):
assert not os.path.exists(themedir)
@with_app()
@with_app(testroot='tocdepth') # a minimal root
def test_js_source(app, status, warning):
# Now sphinx provides non-minified JS files for jquery.js and underscore.js
# to clarify the source of the minified files. see also #1434.