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 3bc3678 commit a519c88Copy full SHA for a519c88
readthedocs/rtd_tests/tests/test_doc_builder.py
@@ -159,6 +159,8 @@ def test_project_without_mkdocs_yaml(
159
checkout_path.return_value = tmp_dir
160
docs_dir.return_value = tmp_dir
161
get_mkdocs_yaml_path.side_effect = MkDocsYAMLParseError
162
+ load_yaml_config.return_value = mock()
163
+ load_yaml_config.return_value.mkdocs = mock(configuration="mkdocs.yml")
164
python_env = Virtualenv(
165
version=self.version,
166
build_env=self.build_env,
0 commit comments