mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix for make check
This commit is contained in:
@@ -38,12 +38,12 @@ def check_structure(outdir):
|
||||
assert (contentsdir / 'Resources').isdir()
|
||||
assert (contentsdir / 'Resources' / 'en.lproj').isdir()
|
||||
|
||||
|
||||
|
||||
def check_localization(outdir):
|
||||
lprojdir = outdir / 'Contents' / 'Resources' / 'en.lproj'
|
||||
assert (lprojdir / 'localized.txt').isfile()
|
||||
|
||||
|
||||
|
||||
@with_app(buildername='applehelp')
|
||||
def test_applehelp_output(app, status, warning):
|
||||
app.builder.build_all()
|
||||
|
||||
Reference in New Issue
Block a user