summaryrefslogtreecommitdiff
path: root/tests/test_theming.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-07 14:16:53 +0100
committerGeorg Brandl <georg@python.org>2010-01-07 14:16:53 +0100
commitaac734ec4645d22a2f7fc45c28992e9cb995b36b (patch)
tree1191ca3b58ec23ed0f0ae94a6cd6a613c64071f3 /tests/test_theming.py
parent6cf86073b1f6d739a068607e25707b8b30904178 (diff)
downloadsphinx-aac734ec4645d22a2f7fc45c28992e9cb995b36b.tar.gz
Added new HTML theme ``haiku``, inspired by the Haiku OS user guide.
Diffstat (limited to 'tests/test_theming.py')
-rw-r--r--tests/test_theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_theming.py b/tests/test_theming.py
index be5105a6..0cad0f8d 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -24,7 +24,7 @@ def test_theme_api(app):
# test Theme class API
assert set(Theme.themes.keys()) == \
- set(['basic', 'default', 'scrolls', 'agogo', 'sphinxdoc',
+ set(['basic', 'default', 'scrolls', 'agogo', 'sphinxdoc', 'haiku',
'traditional', 'testtheme', 'ziptheme', 'epub', 'nature'])
assert Theme.themes['testtheme'][1] is None
assert isinstance(Theme.themes['ziptheme'][1], zipfile.ZipFile)