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 bbc93a1 commit d24b5e2Copy full SHA for d24b5e2
tests/test_basic.py
@@ -70,7 +70,7 @@ def test_project_with_no_commits(tmp_path):
70
gitpython.Repo.init(testproject_path, bare=False)
71
72
result = build_docs_setup(
73
- testproject_path / "website/mkdocs.yml", testproject_path / "site"
+ str(testproject_path / "website/mkdocs.yml"), str(testproject_path / "site")
74
)
75
assert result.exit_code == 0, (
76
"'mkdocs build' command failed. Error: %s" % result.stdout
0 commit comments