Fix test now that show_authors is true.

This commit is contained in:
Georg Brandl
2009-08-09 23:13:35 +02:00
parent 8d0c50c5b4
commit 2d2a58efb4

View File

@@ -32,7 +32,7 @@ def test_core_config(app):
# simple default values
assert 'exclude_dirs' not in cfg.__dict__
assert cfg.exclude_dirs == []
assert cfg.show_authors == False
assert cfg.trim_footnote_reference_space == False
# complex default values
assert 'html_title' not in cfg.__dict__