Thanks to visit codestin.com Credit goes to github.com
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 39fbea1 commit 3076375Copy full SHA for 3076375
1 file changed
tests/test_plugin.py
@@ -41,7 +41,7 @@ def test_disabling_plugin(tmp_path: Path) -> None:
41
mkdocs_config["plugins"].run_event("shutdown")
42
43
# make sure the instruction was not processed
44
- assert "::: mkdocstrings" in site_dir.joinpath("index.html").read_text()
+ assert "::: mkdocstrings" in site_dir.joinpath("index.html").read_text(encoding="utf8")
45
46
47
def test_plugin_default_config(tmp_path: Path) -> None:
0 commit comments