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 b39d8e8 commit 6f0c44eCopy full SHA for 6f0c44e
tests/test_basic.py
@@ -80,7 +80,7 @@ def test_basic_working(tmp_path, mkdocs_file):
80
combination with mkdocs-macros-plugin lead to error.
81
See https://github.com/timvink/mkdocs-git-authors-plugin/issues/60
82
"""
83
- result = build_docs_setup("tests/basic_setup/mkdocs.yml", tmp_path)
+ result = build_docs_setup(f"tests/basic_setup/{mkdocs_file}", tmp_path)
84
assert result.exit_code == 0, (
85
"'mkdocs build' command failed. Error: %s" % result.stdout
86
)
0 commit comments