mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix test suite.
This commit is contained in:
@@ -36,7 +36,7 @@ def test_core_config(app):
|
||||
|
||||
# complex default values
|
||||
assert 'html_title' not in cfg.__dict__
|
||||
assert cfg.html_title == 'Sphinx <Tests> v0.4alpha1 documentation'
|
||||
assert cfg.html_title == 'Sphinx <Tests> v0.6alpha1 documentation'
|
||||
|
||||
# complex default values mustn't raise
|
||||
for valuename in cfg.config_values:
|
||||
|
||||
Reference in New Issue
Block a user