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')
|
||||
def test_man(app):
|
||||
app.builder.build_all()
|
||||
assert (app.outdir / 'SphinxTests.1').exists()
|
||||
|
||||
@with_app(buildername='singlehtml', cleanenv=True)
|
||||
def test_singlehtml(app):
|
||||
|
Loading…
Reference in New Issue
Block a user