-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
mkdocs-git-authors-plugin/tests/test_basic.py
Lines 74 to 83 in b39d8e8
| @pytest.mark.parametrize( | |
| "mkdocs_file", | |
| SITES_THAT_SHOULD_SUCCEED, | |
| ) | |
| def test_basic_working(tmp_path, mkdocs_file): | |
| """ | |
| combination with mkdocs-macros-plugin lead to error. | |
| See https://github.com/timvink/mkdocs-git-authors-plugin/issues/60 | |
| """ | |
| result = build_docs_setup("tests/basic_setup/mkdocs.yml", tmp_path) |
should rather be
- result = build_docs_setup("tests/basic_setup/mkdocs.yml", tmp_path)
+ result = build_docs_setup(f"tests/basic_setup/{mkdocs_file}", tmp_path) Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels