mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix test_man which didn't test if docs were being built. It now successfully fails.
This commit is contained in:
parent
c853aa2431
commit
f4a346760c
@ -58,6 +58,7 @@ else:
|
|||||||
@with_app(buildername='man')
|
@with_app(buildername='man')
|
||||||
def test_man(app):
|
def test_man(app):
|
||||||
app.builder.build_all()
|
app.builder.build_all()
|
||||||
|
assert (app.outdir / 'SphinxTests.1').exists()
|
||||||
|
|
||||||
@with_app(buildername='singlehtml', cleanenv=True)
|
@with_app(buildername='singlehtml', cleanenv=True)
|
||||||
def test_singlehtml(app):
|
def test_singlehtml(app):
|
||||||
@ -84,7 +85,7 @@ def test_multibyte_path(app):
|
|||||||
master_doc = srcdir / 'contents.txt'
|
master_doc = srcdir / 'contents.txt'
|
||||||
master_doc.write_bytes((master_doc.text() + dedent("""
|
master_doc.write_bytes((master_doc.text() + dedent("""
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
%(mb_name)s/%(mb_name)s
|
%(mb_name)s/%(mb_name)s
|
||||||
""" % locals())
|
""" % locals())
|
||||||
).encode('utf-8'))
|
).encode('utf-8'))
|
||||||
|
Loading…
Reference in New Issue
Block a user