We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f905b commit 18d7dfbCopy full SHA for 18d7dfb
tests/test_ext_napoleon.py
@@ -101,7 +101,7 @@ def test_unknown_app_type(self):
101
def test_add_config_values(self):
102
app = mock.Mock(Sphinx)
103
setup(app)
104
- for name in Config._config_values.keys():
+ for name in Config._config_values:
105
has_config = False
106
for method_name, args, _kwargs in app.method_calls:
107
if(method_name == 'add_config_value' and
0 commit comments