mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Actually test the JSON builder.
This commit is contained in:
parent
e9e91e82c3
commit
e3f47a800a
@ -21,6 +21,10 @@ def teardown_module():
|
||||
def test_pickle(app):
|
||||
app.builder.build_all()
|
||||
|
||||
@with_app(buildername='json')
|
||||
def test_json(app):
|
||||
app.builder.build_all()
|
||||
|
||||
@with_app(buildername='linkcheck')
|
||||
def test_linkcheck(app):
|
||||
app.builder.build_all()
|
||||
|
Loading…
Reference in New Issue
Block a user