1"""
2    test_devhelp
3    ~~~~~~~~~~~~
4
5    Test for devhelp extension.
6
7    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
8    :license: BSD, see LICENSE for details.
9"""
10
11import pytest
12
13
14@pytest.mark.sphinx('devhelp', testroot='basic')
15def test_basic(app, status, warning):
16    app.builder.build_all()
17