We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34092ee commit 2a01a33Copy full SHA for 2a01a33
readthedocs/rtd_tests/tests/test_doc_builder.py
@@ -123,7 +123,7 @@ def test_multiple_conf_py(
123
@patch("readthedocs.builds.models.Version.get_mkdocs_yml_path")
124
@patch("readthedocs.projects.models.Project.checkout_path")
125
@patch("readthedocs.doc_builder.python_environments.load_yaml_config")
126
- def test_project_without_conf_py(
+ def test_project_mkdocs_yaml(
127
self,
128
load_yaml_config,
129
checkout_path,
0 commit comments