Actually test the JSON builder.

This commit is contained in:
Georg Brandl 2010-07-25 14:50:47 +02:00
parent e9e91e82c3
commit e3f47a800a

View File

@ -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()