diff options
| author | Georg Brandl <georg@python.org> | 2010-01-17 17:00:37 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-17 17:00:37 +0100 |
| commit | e4f4cd2bf9c37a20c1c37036dc2671e25c4b19cd (patch) | |
| tree | 28edbe43be2ed0d76b5660b61fde5bf4312db772 /tests/test_build.py | |
| parent | 5d40d8bd6392509adad644a4b8b289828dee5516 (diff) | |
| parent | 744a519c9234910eacd638abed7c0a947344f464 (diff) | |
| download | sphinx-git-e4f4cd2bf9c37a20c1c37036dc2671e25c4b19cd.tar.gz | |
merge with trunk
Diffstat (limited to 'tests/test_build.py')
| -rw-r--r-- | tests/test_build.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test_build.py b/tests/test_build.py index e809f1cfe..82657fc09 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -41,6 +41,10 @@ def test_qthelp(app): def test_epub(app): app.builder.build_all() -@with_app(buildername='changes', cleanenv=True) +@with_app(buildername='changes') def test_changes(app): app.builder.build_all() + +@with_app(buildername='singlehtml', cleanenv=True) +def test_singlehtml(app): + app.builder.build_all() |
