Added tests for Apple Help generation.

This commit is contained in:
Alastair Houghton
2015-01-15 13:17:01 +00:00
parent 5aa7f6bd80
commit d2d202f160
4 changed files with 65 additions and 3 deletions

View File

@@ -66,9 +66,10 @@ def test_build_all():
).encode('utf-8'))
# note: no 'html' - if it's ok with dirhtml it's ok with html
for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo',
'pickle', 'json', 'text', 'htmlhelp', 'qthelp', 'epub',
'changes', 'xml', 'pseudoxml', 'man', 'linkcheck']:
for buildername in ['dirhtml', 'singlehtml', 'latex', 'texinfo', 'pickle',
'json', 'text', 'htmlhelp', 'qthelp', 'epub',
'applehelp', 'changes', 'xml', 'pseudoxml', 'man',
'linkcheck']:
yield verify_build, buildername, srcdir